📝 Add Contribute docs
This commit is contained in:
@@ -131,10 +131,7 @@ export const executeForgedBlock = async (
|
||||
|
||||
const clientSideActions: ExecuteIntegrationResponse['clientSideActions'] = []
|
||||
|
||||
if (
|
||||
action?.run?.web?.parseFunction &&
|
||||
(state.typebotsQueue[0].resultId || !blockDef.isDisabledInPreview)
|
||||
) {
|
||||
if (action?.run?.web?.parseFunction) {
|
||||
clientSideActions.push({
|
||||
type: 'codeToExecute',
|
||||
codeToExecute: action?.run?.web?.parseFunction({
|
||||
|
||||
Reference in New Issue
Block a user