Merge branch 'alwi'

This commit is contained in:
Wikzyy
2025-03-25 10:33:48 +07:00
4 changed files with 7 additions and 9 deletions

View File

@ -117,7 +117,7 @@ const AddDialog = () => {
order_field: sorting[0].id,
order_direction: sorting[0].desc == false ? 'ASC' : 'DESC'
});
console.log('ini data posto :', response?.data);
// console.log('ini data posto :', response?.data);
setPostoadms(response?.data.list || []);
} catch (error) {
console.log('Error fetching posto', error);