Skip to content

Commit

Permalink
fix: filterValue is never passed as value in MRT_FilterTextField (#1326)
Browse files Browse the repository at this point in the history
#1324

Co-authored-by: Clément Fossati <[email protected]>
  • Loading branch information
tifosiblack and Clément Fossati authored Dec 13, 2024
1 parent b36702a commit 8964ed8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export const MRT_FilterTextField = <TData extends MRT_RowData>({
? Array.isArray(filterValue)
? filterValue
: []
: ''
: filterValue
}
>
{(isSelectFilter || isMultiSelectFilter) && [
Expand Down

0 comments on commit 8964ed8

Please sign in to comment.