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