From 8d645eb8c6e28bc246919cbdccbfb733ff8c861a Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 14 Jan 2025 06:49:53 -0800 Subject: [PATCH] Fix sync setting truncation --- 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 eb588ebd..b6015c67 100644 --- a/src-web/components/SyncToFilesystemSetting.tsx +++ b/src-web/components/SyncToFilesystemSetting.tsx @@ -18,7 +18,7 @@ export function SyncToFilesystemSetting({ const [error, setError] = useState(null); return ( -
+
Sync to filesystem