Skip to content

Commit 5aee6bf

Browse files
committed
fix: workspaces Response 타입 수정
1 parent 759fb04 commit 5aee6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/features/workspace/model/useWorkspaceStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const useWorkspaceStatus = () => {
1111
const currentWorkspaceId = useWorkspace();
1212

1313
return workspaces?.find((workspace) => workspace.id === currentWorkspaceId)
14-
?.status;
14+
?.visibility;
1515
};
1616

1717
export const useToggleWorkspaceStatus = (

0 commit comments

Comments
 (0)