feat: add webhook navigation endpoint
This commit is contained in:
@@ -114,6 +114,15 @@ export const Recordings = ({
|
||||
preSelectedIntegrationType="airtable"
|
||||
/>
|
||||
);
|
||||
} else if (currentPath.endsWith("/integrate/webhook")) {
|
||||
return (
|
||||
<IntegrationSettingsModal
|
||||
isOpen={true}
|
||||
handleClose={handleClose}
|
||||
handleStart={() => {}}
|
||||
preSelectedIntegrationType="webhook"
|
||||
/>
|
||||
);
|
||||
} else if (currentPath.endsWith("/integrate")) {
|
||||
return (
|
||||
<IntegrationSettingsModal
|
||||
|
||||
Reference in New Issue
Block a user