Merge remote-tracking branch 'origin/main' into feature/split_up_bpmn_json

This commit is contained in:
jasquat 2023-03-03 08:08:33 -05:00
commit 7fb67528af
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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({

View File

@ -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({