Skip to content

Commit

Permalink
feat:流水线变量语法支持两种风格#10576
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 17780
  • Loading branch information
useryuyu committed Sep 9, 2024
1 parent 84544c9 commit cb44498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
{
key: 'namingConvention',
value: namingConvention ?? '--',
grayDesc: ` ( ${this.$t('inheritedProject')} )`
grayDesc: inheritedDialect ? ` ( ${this.$t('inheritedProject')} )` : ''
},
{
key: 'modificationDetail',
Expand Down

0 comments on commit cb44498

Please sign in to comment.