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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'],
},
{