diff --git a/apps/builder/src/features/editor/components/BlocksSideBar.tsx b/apps/builder/src/features/editor/components/BlocksSideBar.tsx index 0a30cf85c..12f747a6d 100644 --- a/apps/builder/src/features/editor/components/BlocksSideBar.tsx +++ b/apps/builder/src/features/editor/components/BlocksSideBar.tsx @@ -30,7 +30,6 @@ import { useDebouncedCallback } from 'use-debounce' const legacyIntegrationBlocks = [ IntegrationBlockType.OPEN_AI, IntegrationBlockType.ZEMANTIC_AI, - IntegrationBlockType.WEBHOOK, ] export const BlocksSideBar = () => {