chore:clean up function
This commit is contained in:
parent
5ba67aa240
commit
d12c3f1108
|
|
@ -434,7 +434,7 @@ export function DigitalInnovationPage() {
|
|||
prev.field === field && prev.direction === "asc" ? "desc" : "asc",
|
||||
}));
|
||||
fetchTotalCount(date?.start, date?.end);
|
||||
fetchStats(date?.start, date?.end);
|
||||
fetchStats();
|
||||
setCurrentPage(1);
|
||||
setProjects([]);
|
||||
setHasMore(true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user