mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +00:00
Fix link to create a new collectionType
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
41d649f725
commit
f955ed733d
@ -70,7 +70,7 @@ const HomePage = ({ global: { plugins }, history: { push } }) => {
|
||||
e.preventDefault();
|
||||
|
||||
push(
|
||||
'/plugins/content-type-builder/models/user&source=users-permissions?modalType=model&settingType=base&actionType=create'
|
||||
'plugins/content-type-builder/content-types/plugins::users-permissions.user?modalType=contentType&actionType=create&settingType=base&forTarget=contentType&headerId=content-type-builder.modalForm.contentType.header-create&header_icon_name_1=contentType&header_icon_isCustom_1=false&header_label_1=null'
|
||||
);
|
||||
};
|
||||
const hasAlreadyCreatedContentTypes =
|
||||
|
Loading…
x
Reference in New Issue
Block a user