From d07b05a2d4151e83510f4a306a7ab859494fe6c6 Mon Sep 17 00:00:00 2001 From: Martin Vladic Date: Sat, 12 Oct 2024 13:31:48 +0200 Subject: [PATCH] fix rename user action --- .../flow/components/actions/index.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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: