File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
client/packages/lowcoder/src/pages/editor Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ import {
104
104
TurnstileCaptchaCompIconSmall ,
105
105
PivotTableCompIconSmall ,
106
106
GraphChartCompIconSmall ,
107
+ TagsCompIconSmall ,
107
108
} from "lowcoder-design" ;
108
109
109
110
// Memoize icon components to prevent unnecessary re-renders
@@ -237,7 +238,7 @@ export const CompStateIcon: {
237
238
step : < MemoizedIcon Icon = { StepCompIconSmall } /> ,
238
239
table : < MemoizedIcon Icon = { TableCompIconSmall } /> ,
239
240
text : < MemoizedIcon Icon = { TextCompIconSmall } /> ,
240
- multiTags : < MemoizedIcon Icon = { TextCompIconSmall } /> ,
241
+ multiTags : < MemoizedIcon Icon = { TagsCompIconSmall } /> ,
241
242
timeline : < MemoizedIcon Icon = { TimeLineCompIconSmall } /> ,
242
243
toggleButton : < MemoizedIcon Icon = { ToggleButtonCompIconSmall } /> ,
243
244
tour : < MemoizedIcon Icon = { TourCompIconSmall } /> ,
You can’t perform that action at this time.
0 commit comments