mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(storybook): Co-habitating/Upgrading Storybooks to v7 (dependency madness ensues) (#26907)
This commit is contained in:
@@ -248,8 +248,8 @@ export const useFilteredTableData = (
|
||||
return [];
|
||||
}
|
||||
return data.filter((_, index: number) =>
|
||||
rowsAsStrings[index].some(value =>
|
||||
value?.includes(filterText.toLowerCase()),
|
||||
rowsAsStrings[index].some(
|
||||
value => value?.includes(filterText.toLowerCase()),
|
||||
),
|
||||
);
|
||||
}, [data, filterText, rowsAsStrings]);
|
||||
|
||||
Reference in New Issue
Block a user