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

Commit

Permalink
Make row layout the default
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Sep 10, 2018
1 parent a816be5 commit 5ea9cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/src/Demo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class Demo extends React.Component {
}}
flags={{ correctnewlines: false }}
// Uncomment this in for column layout
appearance={{ referenceLayout: 'column' }}
// appearance={{ referenceLayout: 'row' }}
// appearance={{ referenceLayout: 'column' }}
appearance={{ referenceLayout: 'row' }}
suggestedEdits
oauth={this.props.oauth}
variables={{
Expand Down

0 comments on commit 5ea9cf4

Please sign in to comment.