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 {
|
return {
|
||||||
id,
|
id,
|
||||||
label: correlationPropertyModdleElement.id,
|
label: correlationPropertyModdleElement.name,
|
||||||
entries,
|
entries,
|
||||||
autoFocusEntry: id,
|
autoFocusEntry: id,
|
||||||
remove: removeFactory({
|
remove: removeFactory({
|
||||||
|
|
|
@ -44,7 +44,7 @@ export function MessageCorrelationPropertiesArray(props) {
|
||||||
});
|
});
|
||||||
return {
|
return {
|
||||||
id,
|
id,
|
||||||
label: correlationPropertyModdleElement.id,
|
label: correlationPropertyModdleElement.name,
|
||||||
entries,
|
entries,
|
||||||
autoFocusEntry: id,
|
autoFocusEntry: id,
|
||||||
remove: removeFactory({
|
remove: removeFactory({
|
||||||
|
|
Loading…
Reference in New Issue