This commit is contained in:
Jesper Møller Jensen
2023-12-12 17:19:14 +13:00
parent b4094e97c2
commit 0e57e24ab4

View File

@@ -27,7 +27,7 @@ const entityActions: Array<ManifestEntityAction> = [
icon: 'icon-add',
label: 'Create',
repositoryAlias: UMB_LANGUAGE_REPOSITORY_ALIAS,
entityTypes: [UMB_LANGUAGE_ENTITY_TYPE, UMB_LANGUAGE_ROOT_ENTITY_TYPE],
entityTypes: [UMB_LANGUAGE_ROOT_ENTITY_TYPE],
},
},
];