Should unset after coding

This commit is contained in:
2023-02-13 16:37:46 -08:00
parent 8ef6e8ad55
commit 6dd37bc93d
2 changed files with 3 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
(fn [db [_ id]]
(update db ::checked dissoc id)))
(re-frame/reg-event-db
::updated-entity
(fn [db [_ id entity]]

View File

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