diff --git a/src/uxbox/util/router.cljs b/src/uxbox/util/router.cljs index 9cfc61ea0b..93d501776e 100644 --- a/src/uxbox/util/router.cljs +++ b/src/uxbox/util/router.cljs @@ -37,7 +37,7 @@ (defrecord Navigate [id params] rs/EffectEvent (-apply-effect [_ state] - (r/navigate! +router+ id {}))) + (r/navigate! +router+ id params))) (defn navigate ([id] (navigate id nil))