Skip to content

Commit

Permalink
chore: loadTemplates (clean up later)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Dec 9, 2024
1 parent 192c3c9 commit 4beec19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/tabs/cloud-bpmn/BpmnEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export class BpmnEditor extends CachedComponent {

elementTemplates.setEngines(engines);

Check warning on line 263 in client/src/app/tabs/cloud-bpmn/BpmnEditor.js

View check run for this annotation

Codecov / codecov/patch

client/src/app/tabs/cloud-bpmn/BpmnEditor.js#L263

Added line #L263 was not covered by tests

// Do I need to loadTemplates here?
this.loadTemplates();

Check warning on line 265 in client/src/app/tabs/cloud-bpmn/BpmnEditor.js

View check run for this annotation

Codecov / codecov/patch

client/src/app/tabs/cloud-bpmn/BpmnEditor.js#L265

Added line #L265 was not covered by tests
};

async loadTemplates() {
Expand Down

0 comments on commit 4beec19

Please sign in to comment.