column filters in responsive table are now saved to session storage

This commit is contained in:
Carter 2025-03-06 10:10:23 -06:00
parent 6360cba756
commit 311acc4761
2 changed files with 12 additions and 5 deletions

View file

@ -232,10 +232,6 @@ export default function Devices() {
loadGroups()
}, [groupLimit, groupPage, orderGroup, orderGroupBy, searchGroup])
useEffect(() => {
console.log(search)
}, [search])
const handleChange = (event: any) => {
setLimit(event.target.value);
};