Showing
1 changed file
with
1 additions
and
1 deletions
@@ -101,7 +101,7 @@ ${importContent.join('')} | @@ -101,7 +101,7 @@ ${importContent.join('')} | ||
101 | 101 | ||
102 | export const ${getCategoryConfigName(type)}: CategoryConfigType = { | 102 | export const ${getCategoryConfigName(type)}: CategoryConfigType = { |
103 | category: RuleNodeTypeEnum.${type.toUpperCase()}, | 103 | category: RuleNodeTypeEnum.${type.toUpperCase()}, |
104 | - title: ${type}', | 104 | + title: '${type}', |
105 | icon: 'tabler:circuit-ground', | 105 | icon: 'tabler:circuit-ground', |
106 | description: '使用配置条件筛选传入消息', | 106 | description: '使用配置条件筛选传入消息', |
107 | }; | 107 | }; |