change role

This commit is contained in:
2026-04-08 22:36:49 +07:00
parent 30a2286f52
commit c5cf156338
6 changed files with 47 additions and 16 deletions

View File

@@ -72,6 +72,7 @@ export default function UserTable() {
};
const response = await apiGetListUser(payload);
if (response?.status) {
setTableData(response);
}