@sparkle-learning/core 0.0.61 → 0.0.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12553,7 +12553,7 @@ const FacilitatorPage = class {
12553
12553
  };
12554
12554
  }
12555
12555
  async componentWillLoad() {
12556
- //await this.fetchClasses();
12556
+ await this.fetchClasses();
12557
12557
  return this.fetchNotesPage(this.notesPath) && this.fetchPage(this.path);
12558
12558
  }
12559
12559
  componentDidLoad() {
@@ -53,7 +53,7 @@ export class FacilitatorPage {
53
53
  };
54
54
  }
55
55
  async componentWillLoad() {
56
- //await this.fetchClasses();
56
+ await this.fetchClasses();
57
57
  return this.fetchNotesPage(this.notesPath) && this.fetchPage(this.path);
58
58
  }
59
59
  componentDidLoad() {
@@ -12549,7 +12549,7 @@ const FacilitatorPage = class {
12549
12549
  };
12550
12550
  }
12551
12551
  async componentWillLoad() {
12552
- //await this.fetchClasses();
12552
+ await this.fetchClasses();
12553
12553
  return this.fetchNotesPage(this.notesPath) && this.fetchPage(this.path);
12554
12554
  }
12555
12555
  componentDidLoad() {