diff --git a/packages/twenty-front/src/modules/app/effect-components/PageChangeEffect.tsx b/packages/twenty-front/src/modules/app/effect-components/PageChangeEffect.tsx index 261a04e0e..3af2f15ad 100644 --- a/packages/twenty-front/src/modules/app/effect-components/PageChangeEffect.tsx +++ b/packages/twenty-front/src/modules/app/effect-components/PageChangeEffect.tsx @@ -115,7 +115,7 @@ export const PageChangeEffect = () => { break; } case isMatchingLocation(AppPath.CreateWorkspace): { - setHotkeyScope(PageHotkeyScope.CreateWokspace); + setHotkeyScope(PageHotkeyScope.CreateWorkspace); break; } case isMatchingLocation(AppPath.SyncEmails): { diff --git a/packages/twenty-front/src/modules/types/PageHotkeyScope.ts b/packages/twenty-front/src/modules/types/PageHotkeyScope.ts index c4f25dafc..4cc759f52 100644 --- a/packages/twenty-front/src/modules/types/PageHotkeyScope.ts +++ b/packages/twenty-front/src/modules/types/PageHotkeyScope.ts @@ -1,6 +1,6 @@ export enum PageHotkeyScope { Settings = 'settings', - CreateWokspace = 'create-workspace', + CreateWorkspace = 'create-workspace', SignInUp = 'sign-in-up', CreateProfile = 'create-profile', InviteTeam = 'invite-team',