migrates accounts to new dialog, adds client search to user
This commit is contained in:
@@ -98,3 +98,7 @@ c.clearChoices();
|
||||
[:div {:id (:id params)}
|
||||
[:label {:class "block mb-2 text-sm font-medium text-gray-900 dark:text-white"} (:label params)]]
|
||||
rest))
|
||||
|
||||
(defn hidden- [{:keys [name value]}]
|
||||
[:input {:type "hidden" :value value :name name}]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user