Skip to content

Commit

Permalink
bug:流水线描述内容过长导致编辑后发布报错500 TencentBlueKing#11404
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 29599
  • Loading branch information
vhwweng committed Jan 20, 2025
1 parent 28e3197 commit 3fd75db
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
default: false
},
maxlength: {
type: Number,
default: null
type: Number
}
},
methods: {
Expand Down Expand Up @@ -43,7 +42,7 @@
name={name}
disabled={readOnly || disabled}
value={value}
maxlength={maxlength}
{...(maxlength ? { maxlength } : {})}
/>
)
}
Expand Down

0 comments on commit 3fd75db

Please sign in to comment.