Continued with the transformation of the Entities
This commit is contained in:
@@ -217,7 +217,7 @@ export default function CorporateDashboard({user, linkedCorporate}: Props) {
|
||||
.includes(x.id),
|
||||
});
|
||||
|
||||
router.push("/list/users");
|
||||
router.push("/users");
|
||||
}
|
||||
: undefined
|
||||
}
|
||||
@@ -237,7 +237,7 @@ export default function CorporateDashboard({user, linkedCorporate}: Props) {
|
||||
.includes(x.id),
|
||||
});
|
||||
|
||||
router.push("/list/users");
|
||||
router.push("/users");
|
||||
}
|
||||
: undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user