Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
IdeaS0ft committed Sep 10, 2024
1 parent 4f3399f commit 17d33f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solara/lib/core/dashboard/brand/BrandDetailModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class BrandDetailModel {

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;
this.source = DataSource.REMOTE;
}

getQueryFromUrl(name) {
Expand Down

0 comments on commit 17d33f8

Please sign in to comment.