Skip to content

Commit f38685d

Browse files
committed
fix: add key property to schema for TASK_RETRY_WARN configuration
1 parent 72e511a commit f38685d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/dag/src/components/migration/SettingPanel.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,12 @@ const schema = {
18111811
},
18121812
},
18131813
properties: {
1814+
key: {
1815+
type: 'string',
1816+
default: 'TASK_RETRY_WARN',
1817+
'x-editable': true,
1818+
'x-display': 'hidden',
1819+
},
18141820
times: {
18151821
type: 'number',
18161822
'x-component': RenderI18nT,

0 commit comments

Comments
 (0)