standardizing vendors.

This commit is contained in:
Bryce Covert
2020-08-04 06:56:36 -07:00
parent c67daaf676
commit 79e9e3e1b0
5 changed files with 83 additions and 69 deletions

View File

@@ -125,10 +125,7 @@
[table/table {:id :transactions
:params (re-frame/subscribe [::params])
:rule-page (re-frame/subscribe [::page])
:status @(re-frame/subscribe [::status/single ::page])
:on-params-change (fn [params]
(println "CHANGING PARAMS TO" params)
(re-frame/dispatch [::params-change params]))}]
:status @(re-frame/subscribe [::status/single ::page])}]
]))
{:component-did-mount (dispatch-event [::mounted ])
:component-will-unmount #(re-frame/dispatch-sync [::unmounted])}))