mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
fix links to ctm
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
7ab7ebda51
commit
e232287152
@ -257,8 +257,9 @@ const ListView = () => {
|
||||
};
|
||||
const goToCMSettingsPage = () => {
|
||||
const endPoint = isInContentTypeView
|
||||
? `/plugins/content-manager/${targetUid}/ctm-configurations/edit-settings/content-types`
|
||||
? `/plugins/content-manager/${contentTypeKind}/${targetUid}/ctm-configurations/edit-settings/content-types`
|
||||
: `/plugins/content-manager/ctm-configurations/edit-settings/components/${targetUid}/`;
|
||||
|
||||
push(endPoint);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user