From 2d56522733c03ea38cd888b155e22bea0c1b967c Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:29:14 -0600 Subject: [PATCH] refactor: add domain alert to deploy is required after domain action --- .../components/dashboard/compose/domains/add-domain.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/compose/domains/add-domain.tsx b/apps/dokploy/components/dashboard/compose/domains/add-domain.tsx index a10ce271..4da9404e 100644 --- a/apps/dokploy/components/dashboard/compose/domains/add-domain.tsx +++ b/apps/dokploy/components/dashboard/compose/domains/add-domain.tsx @@ -166,7 +166,13 @@ export const AddDomainCompose = ({ Domain {dictionary.dialogDescription} - {isError && {error?.message}} +
+ + Deploy is required to apply changes after creating or updating a + domain. + + {isError && {error?.message}} +