Compare commits

...

2 Commits

Author SHA1 Message Date
Rostislav Dugin
e798d82fc1 Merge pull request #325 from databasus/develop
FIX (storages): Fix default storage type prefill in playground
2026-02-01 20:12:12 +03:00
Rostislav Dugin
81a01585ee FIX (storages): Fix default storage type prefill in playground 2026-02-01 20:07:12 +03:00

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: {},
},