แก้ไข paginationApi รายการลงเวลาพิเศษ

This commit is contained in:
AnandaTon 2023-11-30 17:11:03 +07:00
parent e635a3be33
commit 2e904a95b8
4 changed files with 78 additions and 61 deletions

View file

@ -104,6 +104,7 @@ const approveData = async () => {
hideLoader();
})
.finally(async () => {
SpecialTimeStore.fetchData();
hideLoader();
});
};