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

Commit

Permalink
Increasing collapsed prop to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 7, 2018
1 parent c890d8b commit 8c8bb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer/src/Example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Example({ operation, result, oas, selected, setExampleTab, exampleRespo
{isJson ? (
<ReactJson
src={JSON.parse(example.code)}
collapsed={1}
collapsed={2}
collapseStringsAfterLength={100}
enableClipboard={false}
theme="tomorrow"
Expand Down

0 comments on commit 8c8bb22

Please sign in to comment.