diff --git a/js/src/common/Application.ts b/js/src/common/Application.ts index 6e8fd5af6..7b335f60a 100644 --- a/js/src/common/Application.ts +++ b/js/src/common/Application.ts @@ -113,7 +113,7 @@ export default abstract class Application { } boot() { - //this.initializers.toArray().forEach((initializer) => initializer(this)); + this.initializers.toArray().forEach((initializer) => initializer(this)); this.store.pushPayload({ data: this.data.resources });