diff --git a/packages/project-editor/flow/components/actions/index.tsx b/packages/project-editor/flow/components/actions/index.tsx index 61dea900..43eb8d62 100644 --- a/packages/project-editor/flow/components/actions/index.tsx +++ b/packages/project-editor/flow/components/actions/index.tsx @@ -2076,15 +2076,12 @@ export class CallActionActionComponent extends ActionComponent { flowComponentId: COMPONENT_TYPE_CALL_ACTION_ACTION, properties: [ - makeExpressionProperty( - { - name: "action", - type: PropertyType.ObjectReference, - referencedObjectCollectionPath: "actions", - propertyGridGroup: specificGroup - }, - "string" - ), + { + name: "action", + type: PropertyType.ObjectReference, + referencedObjectCollectionPath: "actions", + propertyGridGroup: specificGroup + }, userPropertyValuesProperty ], getAdditionalFlowProperties: