diff --git a/frontend/src/uxbox/view/data/viewer.cljs b/frontend/src/uxbox/view/data/viewer.cljs index 68679832e..61a514b63 100644 --- a/frontend/src/uxbox/view/data/viewer.cljs +++ b/frontend/src/uxbox/view/data/viewer.cljs @@ -93,7 +93,7 @@ (defn go-to-page [id] - (GoToPage id)) + (GoToPage. id)) ;; --- Toggle Flag