Skip to content

Commit d8f6025

Browse files
authored
[frontend] remove redundant option default1 (#284)
1 parent d8e2c94 commit d8f6025

File tree

1 file changed

+0
-5
lines changed
  • app-engine/frontend/src/pages/addFlow

1 file changed

+0
-5
lines changed

app-engine/frontend/src/pages/addFlow/config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@ export const configMap = {
134134
label: i18n.t('heatMap'),
135135
image: heatmapScreenshot,
136136
},
137-
{
138-
value: 'default1',
139-
label: i18n.t('default'),
140-
image: heatmapScreenshot,
141-
},
142137
],
143138
rules: [{required: true, message: 'appChatStyleCannotBeEmpty'}],
144139
},

0 commit comments

Comments
 (0)