Users: replacing table with dataGrid &&
replacement users when switching roles
This commit is contained in:
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user