[ACS-4108] bug fix for showing id instead of name. (#2888)

This commit is contained in:
arohilaGL 2023-01-06 20:07:03 +05:30 committed by GitHub
parent 7636837278
commit 6ed062f69a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@ export class RuleActionUiComponent implements ControlValueAccessor, OnInit, OnDe
actionDefinitionId: this.selectedActionDefinitionId,
params: {
...this.parameters,
[paramDefName]: selections[0].id
[paramDefName]: selections[0].name
}
});
this.onChange({