update set delay loading skeleton on master data

This commit is contained in:
Wikzyy
2025-04-17 10:42:15 +07:00
parent 528837b422
commit 1ecd62c777
14 changed files with 58 additions and 25 deletions

View File

@ -163,7 +163,6 @@ const ManageSucosContextProvider = ({ children }: { children: React.ReactNode })
order_direction: sorting[0].desc == false ? 'ASC' : 'DESC',
filter: JSON.stringify(filter)
});
console.log('Sucos List Response:', response?.data);
setSucos(response?.data.list || []);
return { data: response?.data.list, totalCount: response?.data.total_count };
} catch (error) {