2
0

🐛 Fix missing http request block in side bar

This commit is contained in:
Baptiste Arnaud
2024-02-16 17:59:04 +01:00
parent 33cbb2b254
commit f3adaa3b28

View File

@ -30,7 +30,6 @@ import { useDebouncedCallback } from 'use-debounce'
const legacyIntegrationBlocks = [ const legacyIntegrationBlocks = [
IntegrationBlockType.OPEN_AI, IntegrationBlockType.OPEN_AI,
IntegrationBlockType.ZEMANTIC_AI, IntegrationBlockType.ZEMANTIC_AI,
IntegrationBlockType.WEBHOOK,
] ]
export const BlocksSideBar = () => { export const BlocksSideBar = () => {