feat: Show last active portal articles when sidebar portal icon is clicked (#5616)

This commit is contained in:
Nithin David Thomas
2022-10-13 04:52:44 +05:30
committed by GitHub
parent 6c048626d0
commit ee520bdf98
5 changed files with 56 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ const primaryMenuItems = accountId => [
label: 'HELP_CENTER.TITLE',
featureFlag: 'help_center',
toState: frontendURL(`accounts/${accountId}/portals`),
toStateName: 'list_all_portals',
toStateName: 'default_portal_articles',
roles: ['administrator'],
},
{