mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Add databaseType prop to HandleBackup component in ShowBackups
- Enhanced the HandleBackup component by passing the databaseType prop, improving the context for backup handling. - This update aims to streamline the backup process and provide better integration with the database type information.
This commit is contained in:
parent
1ec0c8e8b3
commit
95d949f112
@ -334,6 +334,7 @@ export const ShowBackups = ({
|
|||||||
<HandleBackup
|
<HandleBackup
|
||||||
backupType={backup.backupType}
|
backupType={backup.backupType}
|
||||||
backupId={backup.backupId}
|
backupId={backup.backupId}
|
||||||
|
databaseType={backup.databaseType}
|
||||||
refetch={refetch}
|
refetch={refetch}
|
||||||
/>
|
/>
|
||||||
<DialogAction
|
<DialogAction
|
||||||
|
Loading…
Reference in New Issue
Block a user