Add widget error boundary (#753)

This commit is contained in:
Manuel
2023-03-18 12:29:10 +01:00
committed by GitHub
parent c41f547af3
commit 4c28a77e00
4 changed files with 149 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ export const dashboardNamespaces = [
'modules/media-server',
'modules/common-media-cards',
'modules/video-stream',
'widgets/error-boundary',
];
export const loginNamespaces = ['authentication/login'];