trying to disable tooltips temporarily
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user