diff --git a/src/clj/auto_ap/ssr/ledger.clj b/src/clj/auto_ap/ssr/ledger.clj index 9645ae66..b92fe11e 100644 --- a/src/clj/auto_ap/ssr/ledger.clj +++ b/src/clj/auto_ap/ssr/ledger.clj @@ -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) ]))))}