fix: expose port is readonly on the wrong condition

This commit is contained in:
Jordyn 2022-10-14 10:49:53 +11:00
parent 1d93658e56
commit 410a78b366

View File

@ -838,8 +838,8 @@
>
<input
class="w-full"
readonly={!isDisabled}
disabled={isDisabled}
readonly={!$appSession.isAdmin}
name="exposePort"
id="exposePort"
bind:value={application.exposePort}