diff --git a/solara/lib/core/dashboard/brand/BrandController.js b/solara/lib/core/dashboard/brand/BrandController.js index 914dba9..c63b942 100644 --- a/solara/lib/core/dashboard/brand/BrandController.js +++ b/solara/lib/core/dashboard/brand/BrandController.js @@ -28,8 +28,8 @@ class BrandController { async initLoal() { try { - const result = await this.model.fetchBrandDetails(); - await this.onLoadSections(result.result); + const response = await this.model.fetchBrandDetails(); + await this.onLoadSections(response.result); const {isCurrentBrand, contentChanged} = await this.model.fetchCurrentBrand(); if (!isCurrentBrand) {