Skip to content

Commit

Permalink
[REV] demo: revert change to demo data
Browse files Browse the repository at this point in the history
441e9f8 removed by mistake the demo data when launching the server.

closes #2231

Signed-off-by: Rémi Rahir (rar) <[email protected]>
  • Loading branch information
hokolomopo committed Mar 16, 2023
1 parent 441e9f8 commit 7e2b1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ class Demo extends Component {
this.transportService = undefined;
this.stateUpdateMessages = [];
}
// this.createModel(data || demoData);
this.createModel(data || demoData);
// this.createModel(makeLargeDataset(26, 10_000, ["numbers"]));
this.createModel({});
// this.createModel({});
}

createModel(data) {
Expand Down

0 comments on commit 7e2b1b5

Please sign in to comment.