trying to disable tooltips temporarily

This commit is contained in:
2024-10-21 15:42:34 -07:00
parent 73c2c4cf79
commit 2bb51f2f89

View File

@@ -213,11 +213,11 @@
[:div.p-2
(cond (seq (fc/field-errors))
[:div
{ :x-data "popper()"}
{}
[: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"}
#_(com/tooltip {:x-bind "tooltip"}
[:span (pr-str (fc/field-errors))])]
:else
nil)