trying to disable tooltips temporarily
This commit is contained in:
@@ -213,11 +213,11 @@
|
|||||||
[:div.p-2
|
[:div.p-2
|
||||||
(cond (seq (fc/field-errors))
|
(cond (seq (fc/field-errors))
|
||||||
[:div
|
[:div
|
||||||
{ :x-data "popper()"}
|
{}
|
||||||
[:div.w-8.h-8.bg-red-50.rounded-full.p-2.text-red-300.flex.items-start
|
[:div.w-8.h-8.bg-red-50.rounded-full.p-2.text-red-300.flex.items-start
|
||||||
{ :x-ref "source"}
|
{ :x-ref "source"}
|
||||||
svg/alert]
|
svg/alert]
|
||||||
(com/tooltip {:x-bind "tooltip"}
|
#_(com/tooltip {:x-bind "tooltip"}
|
||||||
[:span (pr-str (fc/field-errors))])]
|
[:span (pr-str (fc/field-errors))])]
|
||||||
:else
|
:else
|
||||||
nil)
|
nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user