mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +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({
|
push({
|
||||||
pathname: `/plugins/content-manager/strapi::administrator/${id}`,
|
pathname: `/plugins/content-manager/strapi::administrator/${id}`,
|
||||||
search:
|
search: '?redirectUrl=/plugins/content-manager/strapi::administrator',
|
||||||
'?redirectUrl=/plugins/content-manager/strapi::administrator/&_page=0&_limit=0&_sort=id',
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const handleGoToAdministrator = () => {
|
const handleGoToAdministrator = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user