fix: port required if fqdn is set
This commit is contained in:
parent
f734154da8
commit
3ee3ab0ad1
1 changed files with 1 additions and 0 deletions
|
|
@ -1074,6 +1074,7 @@
|
|||
readonly={!$appSession.isAdmin}
|
||||
name="port"
|
||||
id="port"
|
||||
required={!!dockerComposeConfiguration[service.name].fqdn}
|
||||
bind:value={dockerComposeConfiguration[service.name].port}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue