Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
ideyaa committed Sep 14, 2024
1 parent 5a89bd5 commit 9506545
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions solara/lib/core/dashboard/brand/BrandDetailModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ class BrandDetailModel {
this.brandKey = this.getQueryFromUrl('brand_key');

const sourceFromUrl = this.getQueryFromUrl('source');
// TODO: uncomment
this.source = sourceFromUrl === DataSource.LOCAL ? DataSource.LOCAL : DataSource.REMOTE;
// this.source = DataSource.REMOTE;
this.source = sourceFromUrl === DataSource.LOCAL ? DataSource.LOCAL : DataSource.REMOTE;
}

getQueryFromUrl(name) {
Expand Down

0 comments on commit 9506545

Please sign in to comment.