diff --git a/frontend/src/uxbox/main/ui/workspace/sidebar/history.cljs b/frontend/src/uxbox/main/ui/workspace/sidebar/history.cljs index eac7a95a8f..bd38d1ddbe 100644 --- a/frontend/src/uxbox/main/ui/workspace/sidebar/history.cljs +++ b/frontend/src/uxbox/main/ui/workspace/sidebar/history.cljs @@ -25,8 +25,8 @@ ;; --- Lenses (def history-ref - (as-> (l/in [:workspace :history]) $ - (l/derive $ st/state))) + (-> (l/key :history) + (l/derive refs/workspace))) ;; --- History Item (Component)