fix(editor): Resolve going back from Settings (#11958)

This commit is contained in:
Csaba Tuncsik
2024-12-02 14:57:22 +01:00
committed by GitHub
parent 90f8b09af0
commit d74423c751
5 changed files with 136 additions and 4 deletions

View File

@@ -480,8 +480,10 @@ export const routes: RouteRecordRaw[] = [
},
{
path: '/settings',
name: VIEWS.SETTINGS,
component: SettingsView,
props: true,
redirect: { name: VIEWS.USAGE },
children: [
{
path: 'usage',