@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.
- package/dist/cjs/header-mobile-collapse_61.cjs.entry.js +1 -1
- package/dist/collection/components/layout/facilitator/facilitator-page.js +1 -1
- package/dist/esm/header-mobile-collapse_61.entry.js +1 -1
- package/dist/sparkle-core/{p-5c6ecdbe.entry.js → p-7e4715f9.entry.js} +1 -1
- package/dist/sparkle-core/sparkle-core.esm.js +1 -1
- package/package.json +1 -1
@@ -12553,7 +12553,7 @@ const FacilitatorPage = class {
|
|
12553
12553
|
};
|
12554
12554
|
}
|
12555
12555
|
async componentWillLoad() {
|
12556
|
-
|
12556
|
+
await this.fetchClasses();
|
12557
12557
|
return this.fetchNotesPage(this.notesPath) && this.fetchPage(this.path);
|
12558
12558
|
}
|
12559
12559
|
componentDidLoad() {
|
@@ -12549,7 +12549,7 @@ const FacilitatorPage = class {
|
|
12549
12549
|
};
|
12550
12550
|
}
|
12551
12551
|
async componentWillLoad() {
|
12552
|
-
|
12552
|
+
await this.fetchClasses();
|
12553
12553
|
return this.fetchNotesPage(this.notesPath) && this.fetchPage(this.path);
|
12554
12554
|
}
|
12555
12555
|
componentDidLoad() {
|