From 4afc6ac2501bf19af8333e5b82b53b04a4389fd3 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 30 Apr 2025 01:42:51 -0600 Subject: [PATCH] Update HandleBackup component to increase dialog content width for improved user experience during backup creation and updates. --- .../components/dashboard/database/backups/handle-backup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/database/backups/handle-backup.tsx b/apps/dokploy/components/dashboard/database/backups/handle-backup.tsx index 3c9da72e..032616b1 100644 --- a/apps/dokploy/components/dashboard/database/backups/handle-backup.tsx +++ b/apps/dokploy/components/dashboard/database/backups/handle-backup.tsx @@ -313,7 +313,7 @@ export const HandleBackup = ({ )} - + {backupId ? "Update Backup" : "Create Backup"}