diff --git a/frontend/src/app/main/ui/workspace/header.cljs b/frontend/src/app/main/ui/workspace/header.cljs index 8dc730b317..34f14cad56 100644 --- a/frontend/src/app/main/ui/workspace/header.cljs +++ b/frontend/src/app/main/ui/workspace/header.cljs @@ -248,8 +248,9 @@ [:div.btn-icon-dark.btn-small {:on-click #(reset! show-menu? true)} i/actions] [:div.project-tree {:alt (tr "workspace.sitemap")} [:span.project-name - {:on-click #(st/emit! (rt/navigate :dashboard-files {:team-id team-id - :project-id (:project-id file)}))} + {:on-click #(st/emit! (rt/nav-new-window* {:rname :dashboard-files + :path-params {:team-id team-id + :project-id (:project-id file)}}))} (:name project) " /"] (if @editing? [:input.file-name