Skip to content

Commit

Permalink
Update readonly condition for service image field
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghengxin committed Mar 22, 2024
1 parent 13b2b95 commit 8d4efbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/components/Apps/ComposeConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
>
<b-input
:key="service.image"
:readonly="state == 'update' || mainStableVersion"
:readonly="state == 'update' || mainStableVersion !== ''"
:value="getFirstField(service.image)"
:placeholder="$t('e.g.,hello-world:latest')"
@input="
Expand Down

0 comments on commit 8d4efbc

Please sign in to comment.