simplified form works, too.

This commit is contained in:
Bryce Covert
2020-08-04 08:36:10 -07:00
parent c7fd0aafc0
commit f1dab06330
4 changed files with 60 additions and 59 deletions

View File

@@ -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)