* feat(frontend): Trigger settings drawer by URL hash * fix(frontend): Add setting auto-open to workspace selector * fix(frontend): full path redirects * fix(frontend): Slice safety check
2 lines
133 B
TypeScript
2 lines
133 B
TypeScript
export const USER_SETTINGS_HASH = '#user-settings' as const;
|
|
export const SUPERADMIN_SETTINGS_HASH = '#superadmin-settings' as const; |