mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Merge pull request #682 from Huskehhh/main
fix: expose port is readonly on the wrong condition
This commit is contained in:
commit
962f2c7380
1 changed files with 1 additions and 1 deletions
|
|
@ -838,8 +838,8 @@
|
|||
>
|
||||
<input
|
||||
class="w-full"
|
||||
readonly={!isDisabled}
|
||||
disabled={isDisabled}
|
||||
readonly={!$appSession.isAdmin}
|
||||
name="exposePort"
|
||||
id="exposePort"
|
||||
bind:value={application.exposePort}
|
||||
|
|
|
|||
Loading…
Reference in a new issue