mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Fix sync setting truncation
This commit is contained in:
@@ -18,7 +18,7 @@ export function SyncToFilesystemSetting({
|
||||
const [error, setError] = useState<string | null>(null);
|
||||
|
||||
return (
|
||||
<details open={value != null}>
|
||||
<details open={value != null} className="w-full">
|
||||
<summary>Sync to filesystem</summary>
|
||||
<VStack className="my-2" space={3}>
|
||||
<Banner color="info">
|
||||
|
||||
Reference in New Issue
Block a user