Merge pull request #682 from Huskehhh/main

fix: expose port is readonly on the wrong condition
This commit is contained in:
Andras Bacsai 2022-11-02 22:49:43 +01:00 committed by GitHub
commit 962f2c7380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}