diff --git a/solara/lib/core/dashboard/brands/BrandsController.js b/solara/lib/core/dashboard/brands/BrandsController.js index 5728c2c..753c13b 100644 --- a/solara/lib/core/dashboard/brands/BrandsController.js +++ b/solara/lib/core/dashboard/brands/BrandsController.js @@ -49,7 +49,7 @@ class BrandsController { try { await this.model.onboardBrand(brandName, brandKey); - this.view.hideOnboardBrandForm(); + await this.view.hideOnboardBrandForm(); location.reload(); } catch (error) { console.error('Error during submission:', error);