mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Enable the integrations page on the dropdown menu
This commit is contained in:
parent
6a9a5c3870
commit
f3f1a9deff
1 changed files with 2 additions and 2 deletions
|
|
@ -88,10 +88,10 @@ export function DropdownMenu(props: DropdownMenuProps): JSX.Element {
|
|||
onSelect={() => props.actionHandler('navigate-to-api')}
|
||||
title="API Keys"
|
||||
/>
|
||||
{/* <DropdownOption
|
||||
<DropdownOption
|
||||
onSelect={() => props.actionHandler('navigate-to-integrations')}
|
||||
title="Integrations"
|
||||
/> */}
|
||||
/>
|
||||
<DropdownOption
|
||||
onSelect={() => window.Intercom('show')}
|
||||
title="Feedback"
|
||||
|
|
|
|||
Loading…
Reference in a new issue