🐛 Fix missing http request block in side bar
This commit is contained in:
@ -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 = () => {
|
||||||
|
Reference in New Issue
Block a user