From 7a1703a1914d3d11e7215dbf7199710d8388095e Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 8 Feb 2026 02:27:01 -0600 Subject: [PATCH] fix(show-registry): correct loading state condition for WhaleLoader display - Updated the ShowRegistry component to display the WhaleLoader when loading is in progress, improving user experience during data fetching. --- .../dashboard/settings/cluster/registry/show-registry.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/settings/cluster/registry/show-registry.tsx b/apps/dokploy/components/dashboard/settings/cluster/registry/show-registry.tsx index 010a610e8..62131fedd 100644 --- a/apps/dokploy/components/dashboard/settings/cluster/registry/show-registry.tsx +++ b/apps/dokploy/components/dashboard/settings/cluster/registry/show-registry.tsx @@ -32,7 +32,7 @@ export const ShowRegistry = () => { - {!isLoading ? ( + {isLoading ? (