From 4730845a40ee3abd08b5d6e0b28ed54f235fcca3 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 8 Mar 2025 20:17:46 -0600 Subject: [PATCH] fix(databases): improve rebuild database button loading state --- .../components/dashboard/shared/rebuild-database.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/shared/rebuild-database.tsx b/apps/dokploy/components/dashboard/shared/rebuild-database.tsx index 15f08cdd..e3628130 100644 --- a/apps/dokploy/components/dashboard/shared/rebuild-database.tsx +++ b/apps/dokploy/components/dashboard/shared/rebuild-database.tsx @@ -71,6 +71,7 @@ export const RebuildDatabase = ({ id, type }: Props) => {