Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: environment name disable
Browse files Browse the repository at this point in the history
  • Loading branch information
hibig committed Aug 16, 2023
1 parent 76f3502 commit 2166818
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<seal-input
v-if="pageAction === PageAction.EDIT"
v-model="formData.name"
:disabled="!!id"
:label="$t('operation.environments.table.name')"
:required="true"
:style="{ width: `${InputWidth.LARGE}px` }"
Expand Down

0 comments on commit 2166818

Please sign in to comment.