Merge remote-tracking branch 'origin/main' into feature/split_up_bpmn_json
This commit is contained in:
commit
7fb67528af
|
@ -37,7 +37,7 @@ export function CorrelationPropertiesArray(props) {
|
|||
});
|
||||
return {
|
||||
id,
|
||||
label: correlationPropertyModdleElement.id,
|
||||
label: correlationPropertyModdleElement.name,
|
||||
entries,
|
||||
autoFocusEntry: id,
|
||||
remove: removeFactory({
|
||||
|
|
|
@ -44,7 +44,7 @@ export function MessageCorrelationPropertiesArray(props) {
|
|||
});
|
||||
return {
|
||||
id,
|
||||
label: correlationPropertyModdleElement.id,
|
||||
label: correlationPropertyModdleElement.name,
|
||||
entries,
|
||||
autoFocusEntry: id,
|
||||
remove: removeFactory({
|
||||
|
|
Loading…
Reference in New Issue