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 {
104104 TurnstileCaptchaCompIconSmall ,
105105 PivotTableCompIconSmall ,
106106 GraphChartCompIconSmall ,
107+ TagsCompIconSmall ,
107108} from "lowcoder-design" ;
108109
109110// Memoize icon components to prevent unnecessary re-renders
@@ -237,7 +238,7 @@ export const CompStateIcon: {
237238 step : < MemoizedIcon Icon = { StepCompIconSmall } /> ,
238239 table : < MemoizedIcon Icon = { TableCompIconSmall } /> ,
239240 text : < MemoizedIcon Icon = { TextCompIconSmall } /> ,
240- multiTags : < MemoizedIcon Icon = { TextCompIconSmall } /> ,
241+ multiTags : < MemoizedIcon Icon = { TagsCompIconSmall } /> ,
241242 timeline : < MemoizedIcon Icon = { TimeLineCompIconSmall } /> ,
242243 toggleButton : < MemoizedIcon Icon = { ToggleButtonCompIconSmall } /> ,
243244 tour : < MemoizedIcon Icon = { TourCompIconSmall } /> ,
You can’t perform that action at this time.
0 commit comments