chore: chmod pre-commit

This commit is contained in:
tzhangchi
2022-12-24 23:44:50 +08:00
parent ea0280fc91
commit 69fcd9029c
2 changed files with 1 additions and 0 deletions
Regular → Executable
View File
@@ -5,6 +5,7 @@ import { useState } from 'react';
import { useAppState } from '@/providers/app-state-provider';
import { WorkspaceType } from '@pathfinder/data-services';
import { AffineIcon } from '../icons/icons';
export const WorkspaceSelector = () => {
const [isShow, setIsShow] = useState(false);
const { currentWorkspace, workspacesMeta, currentWorkspaceId, user } =