Fix zapier tests (#7568)

See title
This commit is contained in:
martmull
2024-10-10 16:34:34 +02:00
committed by GitHub
parent 76bd11b56f
commit c6a676e1d5
5 changed files with 61 additions and 20 deletions

View File

@ -290,6 +290,7 @@ export const computeInputFields = (
helpText: nodeField.description,
required,
list: getListFromFieldMetadataType(nodeField.type),
placeholder: undefined,
};
result.push(field);
break;