Update HandleBackup component to increase dialog content width for improved user experience during backup creation and updates.

This commit is contained in:
Mauricio Siu 2025-04-30 01:42:51 -06:00
parent 52a660add3
commit 4afc6ac250

View File

@ -313,7 +313,7 @@ export const HandleBackup = ({
</Button>
)}
</DialogTrigger>
<DialogContent className="sm:max-w-lg max-h-screen overflow-y-auto">
<DialogContent className="sm:max-w-2xl max-h-screen overflow-y-auto">
<DialogHeader>
<DialogTitle>
{backupId ? "Update Backup" : "Create Backup"}