two minor fixes

This commit is contained in:
2022-12-05 10:55:57 -08:00
parent f53df88435
commit a7a0867dc2
2 changed files with 4 additions and 3 deletions

View File

@@ -51,7 +51,8 @@
::success
(fn [{:keys [db]} [_ n]]
{:db (assoc db ::msg (:message (:request-job n)))
:dispatch [::params-change]}))
:dispatch-n [[::params-change]
[::modal/modal-closed]]}))
(re-frame/reg-event-fx
::saving