From e420a0a45ee50058d4af4b9c5b8158c68e0fe7dc Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 21 Feb 2025 13:18:47 -0800 Subject: [PATCH] Don't expand the directory setting when creating workspace --- src-web/components/SyncToFilesystemSetting.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/SyncToFilesystemSetting.tsx b/src-web/components/SyncToFilesystemSetting.tsx index 229be7b1..430b1134 100644 --- a/src-web/components/SyncToFilesystemSetting.tsx +++ b/src-web/components/SyncToFilesystemSetting.tsx @@ -20,7 +20,7 @@ export function SyncToFilesystemSetting({ }: SyncToFilesystemSettingProps) { const [error, setError] = useState(null); return ( -
+
Data directory {typeof value.initGit === 'boolean' && ' and Git'}