bulk edit is now possible
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user