diff --git a/apps/dokploy/components/dashboard/projects/show.tsx b/apps/dokploy/components/dashboard/projects/show.tsx
index 93ec332b9..6c3ff8cd4 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)}