Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(presets): Multiple Select Filter Grid Presets values should be shown
- our filter conditions assume that values will always be treated as string when filtering but the grid presets was not doing the same assumptions, we can cast both the option value and the search term to string while comparing on what to show as pre-selected items
- Loading branch information