Users: replacing table with dataGrid &&

replacement users when switching roles
This commit is contained in:
ArtChaos189 2023-05-10 02:53:46 +03:00 committed by skeris
parent 5f6ea741f4
commit 769d29458c

@ -114,7 +114,7 @@ const Users: React.FC = () => {
try {
const { data } = await axios({
method: "get",
url: "https://hub.pena.digital/user/",
url: "https://admin.pena.digital/user/",
});
setManager(data);
} catch (error) {