From 4e3a6db83aa72f2e2532d82da8eb82cda566c442 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Tue, 7 Jul 2026 11:52:13 -0600 Subject: [PATCH] fix(databases): resolve crash when opening rebuild database dialog --- .../dashboard/shared/rebuild-database.tsx | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/apps/dokploy/components/dashboard/shared/rebuild-database.tsx b/apps/dokploy/components/dashboard/shared/rebuild-database.tsx index 0d958a478f..55153c56d0 100644 --- a/apps/dokploy/components/dashboard/shared/rebuild-database.tsx +++ b/apps/dokploy/components/dashboard/shared/rebuild-database.tsx @@ -87,29 +87,29 @@ export const RebuildDatabase = ({ id, type }: Props) => { Are you absolutely sure? - -

This action will:

-
    -
  • Stop the current database service
  • -
  • Delete all existing data and volumes
  • -
  • Reset to the default configuration
  • -
  • Restart the service with a clean state
  • -
-

- This action cannot be undone. -

+ +
+

This action will:

+
    +
  • Stop the current database service
  • +
  • Delete all existing data and volumes
  • +
  • Reset to the default configuration
  • +
  • Restart the service with a clean state
  • +
+

+ This action cannot be undone. +

+
Cancel - + Yes, rebuild database