(SP: ) Fix type mismatch in FilterCell Component #2984
Labels
bug
Something isn't working
component
design system
task related to scss design system
Frontend part
priority: low
filterEnum
property in TableColumnProps, which is required forEnumFilter
.filter
property has an incorrect type.setFilter
function's type doesn't align with the expected function signature for handling string[] in certain cases, leading to a type conflict.File Path:
src/components/enhanced-table/filter-row/filter-cell/FilterCell.tsx
Code:
Problems:
The text was updated successfully, but these errors were encountered: