mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 09:02:04 +00:00
fix(console): show warn dialog when view switched to instance (#5935)
fix: show warn dialog when changed to instance
This commit is contained in:
@@ -66,3 +66,17 @@ export const OrgContextChangedWorkflowOverlays: CnslOverlay[] = [
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export const ContextChangedWorkflowOverlays: CnslOverlay[] = [
|
||||
{
|
||||
id: 'contextswitcher',
|
||||
origin: 'orgbutton',
|
||||
toHighlight: ['orgbutton'],
|
||||
content: {
|
||||
i18nText: 'OVERLAYS.SWITCHEDTOINSTANCE.TEXT',
|
||||
},
|
||||
requirements: {
|
||||
permission: ['iam.read'],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user