diff --git a/src/components/AppLayout/menuStructure.ts b/src/components/AppLayout/menuStructure.ts index 209afcb7c..63e47f5a6 100644 --- a/src/components/AppLayout/menuStructure.ts +++ b/src/components/AppLayout/menuStructure.ts @@ -72,6 +72,10 @@ function createMenuStructure(intl: IntlShape, user: User): SidebarMenuItem[] { ], iconSrc: catalogIcon, label: intl.formatMessage(commonMessages.catalog), + permissions: [ + PermissionEnum.MANAGE_GIFT_CARD, + PermissionEnum.MANAGE_PRODUCTS + ], id: "catalogue" }, {