Skip to content

Commit 8e2e01c

Browse files
committed
update
1 parent abecc01 commit 8e2e01c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/example.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787

8888
// reactJsonView is a global variable
8989
var jsonView1 = new reactJsonView.default({
90-
src: test_json
90+
src: test_json,
91+
collapseStringsAfterLength: 18
9192
});
9293
ReactDOM.render(
9394
jsonView1.render(),

0 commit comments

Comments
 (0)