🐛 Use correct error boundary fallback on ui ns

This commit is contained in:
Andrey Antukh
2025-10-16 13:47:00 +02:00
parent 95f58ffda5
commit a32f44a62c

View File

@@ -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}])])]]))