Skip to content

Commit

Permalink
chore(Conditions): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Dec 1, 2023
1 parent 9446484 commit 121f9cd
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 121f9cd

Please sign in to comment.