simplified form works, too.
This commit is contained in:
@@ -106,6 +106,8 @@
|
||||
(defn ^:deprecated side-bar-form [{:keys [form]} children]
|
||||
[:div [:a.delete.is-pulled-right {:on-click (dispatch-event [::form-closing form])}] [:div children]])
|
||||
|
||||
|
||||
;; TODO ^:deprecated
|
||||
(defn loading [db id]
|
||||
(-> db
|
||||
(assoc-in [::forms id :status] :loading)
|
||||
|
||||
Reference in New Issue
Block a user