diff --git a/apps/dokploy/components/dashboard/database/backups/show-backups.tsx b/apps/dokploy/components/dashboard/database/backups/show-backups.tsx index 29d4354cf..1c2b527bf 100644 --- a/apps/dokploy/components/dashboard/database/backups/show-backups.tsx +++ b/apps/dokploy/components/dashboard/database/backups/show-backups.tsx @@ -88,7 +88,7 @@ export const ShowBackups = ({ id, type }: Props) => { )} @@ -127,7 +127,7 @@ export const ShowBackups = ({ id, type }: Props) => { databaseId={id} databaseType={type} serverId={ - type === "web-server" ? undefined : postgres?.serverId + "serverId" in postgres ? postgres.serverId : undefined } />