From 867b0e464196696053df6dc802af2eca429868c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= <26099018+JesmoDev@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:42:04 +1300 Subject: [PATCH] fix menu item manifest --- .../backoffice/settings/relation-types/menu-item/manifests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/settings/relation-types/menu-item/manifests.ts b/src/Umbraco.Web.UI.Client/src/backoffice/settings/relation-types/menu-item/manifests.ts index d7f34b30ff..e9213498d3 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/settings/relation-types/menu-item/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/settings/relation-types/menu-item/manifests.ts @@ -10,6 +10,8 @@ const menuItem: ManifestMenuItem = { label: 'Relation Types', icon: 'umb:folder', entityType: 'relation-type', + }, + conditions: { menus: ['Umb.Menu.Settings'], }, };