fix: review

This commit is contained in:
charlesgauthereau
2026-02-13 14:28:55 +01:00
parent ca9bc7ae94
commit 8f95606dd7
3 changed files with 12 additions and 9 deletions
@@ -68,7 +68,7 @@ export const UploadBackupZone = ({onSuccessAction, databaseId}: UploadRetentionZ
) : (
<DropZoneFile
accept={acceptDbImportFiles}
maxSize={500 * 1024 * 1024}
maxSize={2 * 1024 * 1024 * 1024}
maxFiles={1}
description="Import database backup"
fileKind="Database file (.sql, .dump)"