mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 04:03:50 +00:00
Merge pull request #5175 from strapi/front/ctm-back-button
CTM back button - Administrator panel
This commit is contained in:
commit
ce8961c72f
@ -27,8 +27,7 @@ const Logout = ({ history: { push } }) => {
|
||||
|
||||
push({
|
||||
pathname: `/plugins/content-manager/strapi::administrator/${id}`,
|
||||
search:
|
||||
'?redirectUrl=/plugins/content-manager/strapi::administrator/&_page=0&_limit=0&_sort=id',
|
||||
search: '?redirectUrl=/plugins/content-manager/strapi::administrator',
|
||||
});
|
||||
};
|
||||
const handleGoToAdministrator = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user