Skip to content

Commit d07b05a

Browse files
committed
fix rename user action
1 parent cc86cf3 commit d07b05a

File tree

1 file changed

+6
-9
lines changed
  • packages/project-editor/flow/components/actions

1 file changed

+6
-9
lines changed

packages/project-editor/flow/components/actions/index.tsx

+6-9
Original file line numberDiff line numberDiff line change
@@ -2076,15 +2076,12 @@ export class CallActionActionComponent extends ActionComponent {
20762076
flowComponentId: COMPONENT_TYPE_CALL_ACTION_ACTION,
20772077

20782078
properties: [
2079-
makeExpressionProperty(
2080-
{
2081-
name: "action",
2082-
type: PropertyType.ObjectReference,
2083-
referencedObjectCollectionPath: "actions",
2084-
propertyGridGroup: specificGroup
2085-
},
2086-
"string"
2087-
),
2079+
{
2080+
name: "action",
2081+
type: PropertyType.ObjectReference,
2082+
referencedObjectCollectionPath: "actions",
2083+
propertyGridGroup: specificGroup
2084+
},
20882085
userPropertyValuesProperty
20892086
],
20902087
getAdditionalFlowProperties:

0 commit comments

Comments
 (0)