cleanup wording

This commit is contained in:
mike cullerton 2022-08-11 14:30:14 -04:00
parent 521b5962d6
commit d5777c53ea
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ function CorrelationKeyTextField(props) {
};
const getValue = (parameter) => {
return correlationProperty.id;
return correlationProperty.name;
};
return TextFieldEntry({

View File

@ -3,7 +3,7 @@ import { TextAreaEntry } from '@bpmn-io/properties-panel';
import { findMessageModdleElements } from '../MessageHelpers';
/**
* Allows the selection, or creation, of Message at the Definitions level of a BPMN document.
* Allows the creation, or editing of messagePayload at the bpmn:sendTask level of a BPMN document.
*/
export function MessagePayload(props) {
const shapeElement = props.element;