From 37e85f7e3b83c72b7f8c8d4551a53119486fe959 Mon Sep 17 00:00:00 2001 From: Shaban Kamel Date: Sun, 8 Sep 2024 14:20:59 +0300 Subject: [PATCH] Solara --- solara/lib/core/dashboard/brand/BrandController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {