Skip to content

Commit

Permalink
chore: adding default valuer for allowHideOptional in app
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Sep 6, 2019
1 parent f1b5b92 commit aacad3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ApiConsoleApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ export class ApiConsoleApp extends ApiConsole {
constructor() {
super();
this.responsiveWidth = '900px';
this.allowHideOptional = true;
}

_updateRenderInlineTyit() {
Expand Down

0 comments on commit aacad3a

Please sign in to comment.