you can find transactions now

This commit is contained in:
Bryce Covert
2018-08-14 07:53:25 -07:00
parent b5ab860315
commit ed97cf563f
7 changed files with 49 additions and 31 deletions

View File

@@ -89,7 +89,6 @@
(re-frame/reg-event-db
::modal-failed
(fn [db [_ id message]]
(println "CURRENT" (get-in db [:modal-state]))
(-> db
(assoc-in [:modal-state id :saving?] false)
(assoc-in [:modal-state id :error-message] message))))