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

This commit is contained in:
Nithin David Thomas
2022-10-12 16:22:44 -07:00
committed by GitHub
parent 6c048626d0
commit ee520bdf98
5 changed files with 56 additions and 4 deletions
@@ -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'],
},
{