Should unset after coding
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
(fn [db [_ id]]
|
||||
(update db ::checked dissoc id)))
|
||||
|
||||
|
||||
(re-frame/reg-event-db
|
||||
::updated-entity
|
||||
(fn [db [_ id entity]]
|
||||
|
||||
@@ -25,7 +25,8 @@
|
||||
(fn [_ [_ _ _]]
|
||||
{:dispatch-n [[::modal/modal-closed]
|
||||
[:auto-ap.views.pages.transactions/params-change
|
||||
@(re-frame/subscribe [::data-page/params :auto-ap.views.pages.transactions/page])]]}))
|
||||
@(re-frame/subscribe [::data-page/params :auto-ap.views.pages.transactions/page])]
|
||||
[::data-page/reset-checked :auto-ap.views.pages.transactions/page]]}))
|
||||
|
||||
(re-frame/reg-event-fx
|
||||
::code-selected
|
||||
|
||||
Reference in New Issue
Block a user