Skip to content

Commit

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

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 3b3d9c7

Please sign in to comment.