From f640b4a87f55d21682d55663f11abd7b6737ebfa Mon Sep 17 00:00:00 2001 From: Lorenzo Migliorero Date: Fri, 4 Oct 2024 11:03:11 +0200 Subject: [PATCH] stop propagation --- apps/dokploy/components/dashboard/projects/show.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/projects/show.tsx b/apps/dokploy/components/dashboard/projects/show.tsx index 93ec332b..6c3ff8cd 100644 --- a/apps/dokploy/components/dashboard/projects/show.tsx +++ b/apps/dokploy/components/dashboard/projects/show.tsx @@ -110,7 +110,6 @@ export const ShowProjects = () => { className="space-x-4 text-xs cursor-pointer justify-between" target="_blank" href={`${domain.https ? "https" : "http"}://${domain.host}${domain.path}`} - onClick={(e) => e.stopPropagation()} > {domain.host} @@ -138,7 +137,10 @@ export const ShowProjects = () => { - + e.stopPropagation()} + > {renderDomainsDropdown(project.applications)} {renderDomainsDropdown(project.compose)}