log -> error, remove unnecesary logs

This commit is contained in:
Kendall Garner 2025-06-26 21:17:59 -07:00
parent fb584b35a9
commit 63e3b97bca
No known key found for this signature in database
GPG key ID: 9355F387FE765C94
10 changed files with 9 additions and 12 deletions

View file

@ -251,7 +251,7 @@ export const useVirtualTable = <TFilter extends BaseQuery<any>>({
properties.table.pagination.itemsPerPage;
event.api?.ensureIndexVisible(currentPageStartIndex, 'top');
} catch (err) {
console.log(err);
console.error(err);
}
if (isSearchParams) {