supports validation on complete

This commit is contained in:
2022-07-20 06:02:47 -07:00
parent 0baab4eaf0
commit 9b5b7bef53
6 changed files with 115 additions and 127 deletions

View File

@@ -117,6 +117,7 @@
::error
[(re-frame/path [::status]) ]
(fn [db [_ single error]]
(println "STATUS" single error)
(assoc db single {:state :error
:info nil
:error error})))