Merge pull request #325 from databasus/develop

FIX (storages): Fix default storage type prefill in playground
This commit is contained in:
Rostislav Dugin
2026-02-01 20:12:12 +03:00
committed by GitHub

View File

@@ -193,7 +193,7 @@ export function EditStorageComponent({
id: undefined as unknown as string,
workspaceId,
name: '',
type: StorageType.LOCAL,
type: IS_CLOUD ? StorageType.S3 : StorageType.LOCAL,
isSystem: false,
localStorage: {},
},