mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 10:31:50 +08:00
chore: chmod pre-commit
This commit is contained in:
Regular → Executable
+1
@@ -5,6 +5,7 @@ import { useState } from 'react';
|
|||||||
import { useAppState } from '@/providers/app-state-provider';
|
import { useAppState } from '@/providers/app-state-provider';
|
||||||
import { WorkspaceType } from '@pathfinder/data-services';
|
import { WorkspaceType } from '@pathfinder/data-services';
|
||||||
import { AffineIcon } from '../icons/icons';
|
import { AffineIcon } from '../icons/icons';
|
||||||
|
|
||||||
export const WorkspaceSelector = () => {
|
export const WorkspaceSelector = () => {
|
||||||
const [isShow, setIsShow] = useState(false);
|
const [isShow, setIsShow] = useState(false);
|
||||||
const { currentWorkspace, workspacesMeta, currentWorkspaceId, user } =
|
const { currentWorkspace, workspacesMeta, currentWorkspaceId, user } =
|
||||||
|
|||||||
Reference in New Issue
Block a user