fix: Add a settings link for portals in sidebar (#6475)
This commit is contained in:
committed by
GitHub
parent
71d8195845
commit
4d719a8fe3
@@ -185,6 +185,15 @@ export default {
|
||||
toolTip: 'Archived',
|
||||
toStateName: 'list_archived_articles',
|
||||
},
|
||||
{
|
||||
icon: 'settings',
|
||||
label: 'HELP_CENTER.SETTINGS',
|
||||
key: 'edit_portal_information',
|
||||
toState: frontendURL(
|
||||
`accounts/${this.accountId}/portals/${this.selectedPortalSlug}/edit`
|
||||
),
|
||||
toStateName: 'edit_portal_information',
|
||||
},
|
||||
];
|
||||
},
|
||||
additionalSecondaryMenuItems() {
|
||||
|
||||
Reference in New Issue
Block a user