Merge pull request #5175 from strapi/front/ctm-back-button

CTM back button - Administrator panel
This commit is contained in:
cyril lopez 2020-02-06 14:32:56 +01:00 committed by GitHub
commit ce8961c72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = () => {