mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
feat: mention .tar.gz in import dropzone copy
This commit is contained in:
@@ -75,7 +75,7 @@ export const UploadBackupZone = ({onSuccessAction, database}: UploadRetentionZon
|
|||||||
maxFiles={1}
|
maxFiles={1}
|
||||||
description="Import database backup"
|
description="Import database backup"
|
||||||
fileKind={`Database file (${fileKindDescription})`}
|
fileKind={`Database file (${fileKindDescription})`}
|
||||||
dragMessage="Click or drag a database dump here"
|
dragMessage="Click or drag a database dump or .tar.gz here"
|
||||||
onFileDropAction={(file: File) => setFile(file)}
|
onFileDropAction={(file: File) => setFile(file)}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user