fix: expose port is readonly on the wrong condition
This commit is contained in:
parent
1d93658e56
commit
410a78b366
@ -838,8 +838,8 @@
|
|||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
class="w-full"
|
class="w-full"
|
||||||
readonly={!isDisabled}
|
|
||||||
disabled={isDisabled}
|
disabled={isDisabled}
|
||||||
|
readonly={!$appSession.isAdmin}
|
||||||
name="exposePort"
|
name="exposePort"
|
||||||
id="exposePort"
|
id="exposePort"
|
||||||
bind:value={application.exposePort}
|
bind:value={application.exposePort}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user