fix: frontend lint

experiment/tanstack-table
Gabriel Horner 2024-05-22 10:45:18 -04:00
parent 8b12e7f136
commit 2d5f5cd73b
1 changed files with 1 additions and 3 deletions

View File

@ -196,9 +196,7 @@
(rum/defc choices < rum/reactive
[property opts]
(let [schema (:block/schema property)
values (:property/closed-values property)
property-type (:type schema)
(let [values (:property/closed-values property)
dropdown-opts {:modal-class (util/hiccup->class
"origin-top-right.absolute.left-0.rounded-md.shadow-lg")}]
[:div.closed-values.flex.flex-col