mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(build): uplift several outdated frontend packages (#29652)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -250,8 +250,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