🔥 Remove make.com integration block temporarily
This commit is contained in:
@ -149,7 +149,9 @@ export const BlocksSideBar = () => {
|
|||||||
Integrations
|
Integrations
|
||||||
</Text>
|
</Text>
|
||||||
<SimpleGrid columns={2} spacing="3">
|
<SimpleGrid columns={2} spacing="3">
|
||||||
{Object.values(IntegrationBlockType).map((type) => (
|
{Object.values(IntegrationBlockType)
|
||||||
|
.filter((type) => type !== IntegrationBlockType.MAKE_COM)
|
||||||
|
.map((type) => (
|
||||||
<BlockCard
|
<BlockCard
|
||||||
key={type}
|
key={type}
|
||||||
type={type}
|
type={type}
|
||||||
|
Reference in New Issue
Block a user