🚑️ (forge) Fix select inputs
This commit is contained in:
@ -2,8 +2,8 @@ import { FetcherDefinition, AuthDefinition } from '@typebot.io/forge'
|
|||||||
import { ForgedBlockDefinition } from '@typebot.io/forge-repository/types'
|
import { ForgedBlockDefinition } from '@typebot.io/forge-repository/types'
|
||||||
|
|
||||||
export const getFetchers = (blockDef: ForgedBlockDefinition) =>
|
export const getFetchers = (blockDef: ForgedBlockDefinition) =>
|
||||||
blockDef.fetchers?.concat(
|
(blockDef.fetchers ?? []).concat(
|
||||||
blockDef.actions.flatMap(
|
blockDef.actions.flatMap(
|
||||||
(action) => (action.fetchers ?? []) as FetcherDefinition<AuthDefinition>[]
|
(action) => (action.fetchers ?? []) as FetcherDefinition<AuthDefinition>[]
|
||||||
)
|
)
|
||||||
) ?? []
|
)
|
||||||
|
Reference in New Issue
Block a user