yet another attempt at a fix
This commit is contained in:
@@ -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)
|
||||
]))))}
|
||||
|
||||
Reference in New Issue
Block a user