🐛 Fix default state in viewer

This commit is contained in:
alonso.torres 2022-01-04 15:23:17 +01:00
parent e9fa04dd1b
commit d246788a35
2 changed files with 2 additions and 1 deletions

View file

@ -299,7 +299,7 @@
[{:keys [file layout project page-id] :as props}]
(let [team-id (:team-id project)
zoom (mf/deref refs/selected-zoom)
params {:page-id page-id :file-id (:id file)}
params {:page-id page-id :file-id (:id file) :section "interactions"}
go-back
(mf/use-callback