yet another attempt at a fix

This commit is contained in:
2024-10-21 17:21:00 -07:00
parent d10f104ba3
commit a35b3e6687

View File

@@ -183,7 +183,7 @@
(com/data-grid-cell {} (fc/with-field :date
(com/validated-field
{:errors (fc/field-errors)}
(com/date-input {:value (some-> (fc/field-value) (atime/unparse-local
(com/text-input {:value (some-> (fc/field-value) (atime/unparse-local
atime/normal-date))
:name (fc/field-name)
:class "w-24"}))))
@@ -217,8 +217,7 @@
[:div.w-8.h-8.bg-red-50.rounded-full.p-2.text-red-300.flex.items-start
{ :x-ref "source"}
svg/alert]
#_(com/tooltip {:x-bind "tooltip"}
[:span (pr-str (fc/field-errors))])]
[:span (pr-str (fc/field-errors))]]
:else
nil)
]))))}