bulk edit is now possible

This commit is contained in:
2025-01-20 21:18:52 -08:00
parent 747bf66206
commit 956d233fe1
6 changed files with 416 additions and 91 deletions

View File

@@ -336,7 +336,7 @@
:to-step :next-steps}))))
(defn- location-select*
(defn location-select*
[{:keys [name account-location client-locations value]}]
(let [options (into (cond account-location
[[account-location account-location]]
@@ -352,7 +352,7 @@
:value (ffirst options)
:class "w-full"})))
(defn- account-typeahead*
(defn account-typeahead*
[{:keys [name value client-id x-model]}]
[:div.flex.flex-col
(com/typeahead {:name name