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

Commit

Permalink
Add stripe flag to demo app so people know where to toggle it for tes…
Browse files Browse the repository at this point in the history
…ting
  • Loading branch information
Dom Harrington committed Aug 7, 2018
1 parent 7bb8257 commit d28c8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/Demo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Demo extends React.Component {
oasFiles={{
'api-setting': Object.assign(extensions.defaults, this.state.oas),
}}
flags={{ correctnewlines: false }}
flags={{ correctnewlines: false, stripe: false }}
suggestedEdits
oauth={this.props.oauth}
/>
Expand Down

0 comments on commit d28c8cc

Please sign in to comment.