This commit is contained in:
Raja Oktafrianto
2025-05-29 18:14:08 +07:00
parent 1d8fdc3bdd
commit 14eafd409d

View File

@ -106,10 +106,6 @@ const ListToolbar = ({
};
const handleRefresh = () => {
setSearchValue('');
setWalletId('');
setGroupId('');
table.setPageIndex(0);
reload();
};