Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Add a way to test the Demo app without logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Sep 27, 2018
1 parent 61d6ab0 commit 7bfdfb8
Show file tree
Hide file tree
Showing 2 changed files with 2,605 additions and 2,608 deletions.
2 changes: 2 additions & 0 deletions example/src/Demo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ class Demo extends React.Component {
suggestedEdits
oauth={this.props.oauth}
variables={{
// Uncomment this to test without logs
// user: {}
user: { keys: [{ id: 'someid', name: 'project1', apiKey: '123' }, { id: 'anotherid', name: 'project2', apiKey: '456' }] },
defaults: [],
}}
Expand Down
Loading

0 comments on commit 7bfdfb8

Please sign in to comment.