mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-30 19:37:55 +08:00
chore: set the default status to false
This commit is contained in:
@@ -28,7 +28,7 @@ export function WorkspaceItem({
|
|||||||
onLeave?: (workspace: Workspace) => void;
|
onLeave?: (workspace: Workspace) => void;
|
||||||
}) {
|
}) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const [hovered, setHovered] = useState(true);
|
const [hovered, setHovered] = useState(false);
|
||||||
|
|
||||||
const renderActions = useMemo(() => {
|
const renderActions = useMemo(() => {
|
||||||
if (changeLoading === workspace.id) return <CircularProgress size={16} />;
|
if (changeLoading === workspace.id) return <CircularProgress size={16} />;
|
||||||
|
|||||||
Reference in New Issue
Block a user