Skip to content

Commit e9dc5d1

Browse files
bugfix
1 parent 5df2892 commit e9dc5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/string.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const value2Options = (data: Array<CellData>, param: string) => {
3636
++i
3737
}
3838
})
39-
return Array.from(optionsMap, ([name, value]) => ({
39+
return Array.from(optionsMap, ([name]) => ({
4040
key: name,
4141
value: name,
4242
})) as Array<FilterValue>

0 commit comments

Comments
 (0)