We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df2892 commit e9dc5d1Copy full SHA for e9dc5d1
src/utils/string.utils.ts
@@ -36,7 +36,7 @@ export const value2Options = (data: Array<CellData>, param: string) => {
36
++i
37
}
38
})
39
- return Array.from(optionsMap, ([name, value]) => ({
+ return Array.from(optionsMap, ([name]) => ({
40
key: name,
41
value: name,
42
})) as Array<FilterValue>
0 commit comments