chore: Enable Help Center on Sidebar (#5435)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sivin Varghese
2022-09-19 01:38:30 +05:30
committed by GitHub
parent bc23c69605
commit 678a0af962
6 changed files with 28 additions and 3 deletions

View File

@@ -33,6 +33,15 @@ const primaryMenuItems = accountId => [
toStateName: 'settings_account_campaigns',
roles: ['administrator'],
},
{
icon: 'library',
key: 'helpcenter',
label: 'HELP_CENTER.TITLE',
featureFlag: 'help_center',
toState: frontendURL(`accounts/${accountId}/portals`),
toStateName: 'list_all_portals',
roles: ['administrator'],
},
{
icon: 'settings',
key: 'settings',