update filter search municipio

This commit is contained in:
Wikzyy
2025-04-15 22:22:26 +07:00
parent 3552aa4abf
commit 09d6bb87a5
3 changed files with 38 additions and 8 deletions

View File

@ -68,7 +68,7 @@ const ManageGroups = () => {
let resGroups = groups.data.data.list.map((el: any) => {
el.no = temp++;
return el;
});
})
setDataGroup(resGroups);
} catch (error: any) {
alert(error.message);