diff --git a/web/src/beta/features/AccountAndWorkSpaceSetting/index.tsx b/web/src/beta/features/AccountAndWorkSpaceSetting/index.tsx index 556e4476a1..8061857462 100644 --- a/web/src/beta/features/AccountAndWorkSpaceSetting/index.tsx +++ b/web/src/beta/features/AccountAndWorkSpaceSetting/index.tsx @@ -45,7 +45,7 @@ const AccountAndWorkSpaceSetting: FC = ({ tab }) => { return ( - + diff --git a/web/src/beta/features/Navbar/hooks.ts b/web/src/beta/features/Navbar/hooks.ts index 01d9555491..17f152b04c 100644 --- a/web/src/beta/features/Navbar/hooks.ts +++ b/web/src/beta/features/Navbar/hooks.ts @@ -68,7 +68,7 @@ export default ({ return { workspaces, currentProject, - workspace, + currentWorkspace, handleWorkspaceChange, handleLogout }; diff --git a/web/src/beta/features/Navbar/index.tsx b/web/src/beta/features/Navbar/index.tsx index 7aaa7d21fd..7c1a147a63 100644 --- a/web/src/beta/features/Navbar/index.tsx +++ b/web/src/beta/features/Navbar/index.tsx @@ -31,7 +31,7 @@ const Navbar: React.FC = ({ }) => { const { currentProject, - workspace, + currentWorkspace, workspaces, handleLogout, handleWorkspaceChange @@ -50,7 +50,7 @@ const Navbar: React.FC = ({