Skip to content

Commit

Permalink
chore(Conditions): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm authored and fake-join[bot] committed Dec 4, 2023
1 parent f1aa3a3 commit 499f65f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ export default class ElementTemplatesConditionChecker extends CommandInterceptor

// Apply Conditions before changing properties. This persists the template so we can check if conditions apply
// after upgrading the template.
this.preExecute([ 'propertiesPanel.zeebe.changeTemplate' ], HIGH_PRIORITY, this._applyCondtions , true, this);
this.preExecute([ 'propertiesPanel.zeebe.changeTemplate' ], HIGH_PRIORITY, this._handleTemplateUpgrade, true, this);
}

_applyCondtions(context) {
_handleTemplateUpgrade(context) {
const {
element,
newTemplate
Expand Down

0 comments on commit 499f65f

Please sign in to comment.