From 3ee3ab0ad14e24d68ff6dcd6c6053959e1d536ba Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 12 Oct 2022 11:27:13 +0200 Subject: [PATCH] fix: port required if fqdn is set --- apps/ui/src/routes/applications/[id]/index.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ui/src/routes/applications/[id]/index.svelte b/apps/ui/src/routes/applications/[id]/index.svelte index 2679f4418..acfe3c686 100644 --- a/apps/ui/src/routes/applications/[id]/index.svelte +++ b/apps/ui/src/routes/applications/[id]/index.svelte @@ -1074,6 +1074,7 @@ readonly={!$appSession.isAdmin} name="port" id="port" + required={!!dockerComposeConfiguration[service.name].fqdn} bind:value={dockerComposeConfiguration[service.name].port} />