fix: port required if fqdn is set

This commit is contained in:
Andras Bacsai 2022-10-12 11:27:13 +02:00
parent f734154da8
commit 3ee3ab0ad1

View File

@ -1074,6 +1074,7 @@
readonly={!$appSession.isAdmin}
name="port"
id="port"
required={!!dockerComposeConfiguration[service.name].fqdn}
bind:value={dockerComposeConfiguration[service.name].port}
/>
</div>