do not update properties if we do not need to when populating a dropdown w/ burnettk

This commit is contained in:
jasquat 2023-04-21 11:17:00 -04:00
parent ef9d25e492
commit fc46b6fe59
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ function requestServiceTaskOperators(eventBus, element, commandStack) {
serviceTaskOperators = event.serviceTaskOperators.sort((a, b) =>
a.id.localeCompare(b.id)
);
commandStack.execute('element.updateProperties', {
element,
properties: {},
});
}
});
}