Merge pull request #1411 from omnivore-app/feat/enable-integrations

Enable the integrations page on the dropdown menu
This commit is contained in:
Jackson Harper
2022-11-14 18:43:08 +08:00
committed by GitHub

View File

@ -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"