Skip to content

Commit

Permalink
bug:流水线描述内容过长导致编辑后发布报错500 TencentBlueKing#11404
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 29489
  • Loading branch information
vhwweng committed Jan 17, 2025
1 parent 9c43446 commit 629f2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
default: false
},
maxlength: {
type: String,
type: Number,
default: ''
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
:disabled="!editable"
name="desc"
:value="pipelineSetting.desc"
maxlength="100"
:maxlength="100"
:placeholder="$t('pipelineDescInputTips')"
v-validate.initial="'max:100'"
:handle-change="handleBaseInfoChange"
Expand Down

0 comments on commit 629f2fe

Please sign in to comment.