Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
IdeaS0ft committed Sep 7, 2024
1 parent e01c03e commit 7172816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/lib/core/dashboard/brands/BrandsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7172816

Please sign in to comment.