mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Use correct error boundary fallback on ui ns
This commit is contained in:
@@ -369,7 +369,7 @@
|
||||
[:& (mf/provider ctx/current-profile) {:value profile}
|
||||
(if edata
|
||||
[:> static/exception-page* {:data edata :route route}]
|
||||
[:> error-boundary* {:fallback static/internal-error*}
|
||||
[:> error-boundary* {:fallback static/exception-page*}
|
||||
[:> notifications/current-notification*]
|
||||
(when route
|
||||
[:> page* {:route route :profile profile}])])]]))
|
||||
|
||||
Reference in New Issue
Block a user