mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 03:51:37 +02:00
🐛 Fix incorrect error handling on legacy workspace redirect
This commit is contained in:
parent
1ac86aced0
commit
4bfe4ca230
1 changed files with 2 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
||||||
[app.config :as cf]
|
[app.config :as cf]
|
||||||
[app.main.data.common :as dcm]
|
[app.main.data.common :as dcm]
|
||||||
[app.main.data.team :as dtm]
|
[app.main.data.team :as dtm]
|
||||||
|
[app.main.errors :as errors]
|
||||||
[app.main.refs :as refs]
|
[app.main.refs :as refs]
|
||||||
[app.main.repo :as rp]
|
[app.main.repo :as rp]
|
||||||
[app.main.router :as rt]
|
[app.main.router :as rt]
|
||||||
|
@ -29,7 +30,6 @@
|
||||||
[app.util.dom :as dom]
|
[app.util.dom :as dom]
|
||||||
[app.util.i18n :refer [tr]]
|
[app.util.i18n :refer [tr]]
|
||||||
[beicon.v2.core :as rx]
|
[beicon.v2.core :as rx]
|
||||||
[potok.v2.core :as ptk]
|
|
||||||
[rumext.v2 :as mf]))
|
[rumext.v2 :as mf]))
|
||||||
|
|
||||||
(def auth-page
|
(def auth-page
|
||||||
|
@ -61,8 +61,7 @@
|
||||||
:file-id file-id
|
:file-id file-id
|
||||||
:page-id page-id
|
:page-id page-id
|
||||||
:layout layout)))
|
:layout layout)))
|
||||||
ptk/handle-error)))
|
errors/on-error)))
|
||||||
|
|
||||||
[:> loader*
|
[:> loader*
|
||||||
{:title (tr "labels.loading")
|
{:title (tr "labels.loading")
|
||||||
:overlay true}])
|
:overlay true}])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue