From e38f07d2868afe305039b3862451c8594bc2ae12 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 29 Mar 2026 08:46:05 -0600 Subject: [PATCH] fix(dashboard): handle optional serverId in RemoveContainerDialog - Updated the serverId prop in RemoveContainerDialog to default to undefined if not provided, ensuring better handling of optional values. --- apps/dokploy/components/dashboard/docker/show/colums.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/docker/show/colums.tsx b/apps/dokploy/components/dashboard/docker/show/colums.tsx index 8507261a2..d506d3742 100644 --- a/apps/dokploy/components/dashboard/docker/show/colums.tsx +++ b/apps/dokploy/components/dashboard/docker/show/colums.tsx @@ -130,7 +130,7 @@ export const columns: ColumnDef[] = [