mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 21:54:24 +00:00
Fixes #4746
This commit is contained in:
parent
f9670586e5
commit
83b39756c0
@ -46,8 +46,17 @@
|
||||
},
|
||||
"dz": {
|
||||
"type": "dynamiczone",
|
||||
"components": [],
|
||||
"components": [
|
||||
"blog.meta"
|
||||
],
|
||||
"min": 2
|
||||
},
|
||||
"couou": {
|
||||
"type": "enumeration",
|
||||
"enum": [
|
||||
"un"
|
||||
],
|
||||
"default": "un"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -26,9 +26,9 @@ const Logout = ({ history: { push } }) => {
|
||||
const id = get(auth.getUserInfo(), 'id');
|
||||
|
||||
push({
|
||||
pathname: `/plugins/content-manager/administrator/${id}`,
|
||||
pathname: `/plugins/content-manager/strapi::administrator/${id}`,
|
||||
search:
|
||||
'?redirectUrl=/plugins/content-manager/administrator/?page=0&limit=0&sort=id&source=admin',
|
||||
'?redirectUrl=/plugins/content-manager/strapi::administrator/?_page=0&_limit=0&_sort=id',
|
||||
});
|
||||
};
|
||||
const handleGoToAdministrator = () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user