Skip to content

Commit

Permalink
fix rename user action
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 12, 2024
1 parent cc86cf3 commit d07b05a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions packages/project-editor/flow/components/actions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d07b05a

Please sign in to comment.