removed console.log statements
This commit is contained in:
@@ -64,7 +64,6 @@ export function PaginatedTable<TData>({
|
||||
|
||||
useImperativeHandle(ref, () => ({
|
||||
refresh: () => {
|
||||
console.log("refresh");
|
||||
RefreshTableData();
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user