From 2e57d2e32850b3bffa084876fdf020b43f6f5ebe Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Fri, 22 Feb 2019 03:47:14 +0100 Subject: [PATCH] :bug: Fix call to GoToPage in viewer --- frontend/src/uxbox/view/data/viewer.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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