Skip to content

Commit 161a3b7

Browse files
barreirolampajr
authored andcommitted
fix LabelFilter display when label value is an object
1 parent 131ea8c commit 161a3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

horreum-web/src/components/LabelFilter/LabelFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default function LabelFilter({selection, onSelect, source, emptyPlacehold
137137
}
138138
return true
139139
})
140-
.map(value => convertPartial(value))
140+
.map(value => convertLabelValue(value))
141141
.sort()
142142

143143
return (

0 commit comments

Comments
 (0)