mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 05:37:56 +00:00
@@ -115,7 +115,7 @@ export const PageChangeEffect = () => {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case isMatchingLocation(AppPath.CreateWorkspace): {
|
case isMatchingLocation(AppPath.CreateWorkspace): {
|
||||||
setHotkeyScope(PageHotkeyScope.CreateWokspace);
|
setHotkeyScope(PageHotkeyScope.CreateWorkspace);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case isMatchingLocation(AppPath.SyncEmails): {
|
case isMatchingLocation(AppPath.SyncEmails): {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
export enum PageHotkeyScope {
|
export enum PageHotkeyScope {
|
||||||
Settings = 'settings',
|
Settings = 'settings',
|
||||||
CreateWokspace = 'create-workspace',
|
CreateWorkspace = 'create-workspace',
|
||||||
SignInUp = 'sign-in-up',
|
SignInUp = 'sign-in-up',
|
||||||
CreateProfile = 'create-profile',
|
CreateProfile = 'create-profile',
|
||||||
InviteTeam = 'invite-team',
|
InviteTeam = 'invite-team',
|
||||||
|
|||||||
Reference in New Issue
Block a user