♻️ More code refactor on workspace.

This commit is contained in:
Andrey Antukh 2019-07-24 11:36:09 +02:00
parent 2a8c1d5f03
commit 980d23c370
8 changed files with 81 additions and 90 deletions

View file

@ -117,7 +117,7 @@
:workspace/page
(let [project (uuid (get-in route [:params :path :project]))
page (uuid (get-in route [:params :path :page]))]
[:& workspace {:project project :page page}])
[:& workspace {:project project :page page :key page}])
nil
))))