We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc86cf3 commit d07b05aCopy full SHA for d07b05a
packages/project-editor/flow/components/actions/index.tsx
@@ -2076,15 +2076,12 @@ export class CallActionActionComponent extends ActionComponent {
2076
flowComponentId: COMPONENT_TYPE_CALL_ACTION_ACTION,
2077
2078
properties: [
2079
- makeExpressionProperty(
2080
- {
2081
- name: "action",
2082
- type: PropertyType.ObjectReference,
2083
- referencedObjectCollectionPath: "actions",
2084
- propertyGridGroup: specificGroup
2085
- },
2086
- "string"
2087
- ),
+ {
+ name: "action",
+ type: PropertyType.ObjectReference,
+ referencedObjectCollectionPath: "actions",
+ propertyGridGroup: specificGroup
+ },
2088
userPropertyValuesProperty
2089
],
2090
getAdditionalFlowProperties:
0 commit comments