Commit 4a78313 1 parent d7ec726 commit 4a78313 Copy full SHA for 4a78313
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ export default class SwaggerUI extends React.Component {
24
24
defaultModelExpandDepth : this . props . defaultModelExpandDepth ,
25
25
displayOperationId : this . props . displayOperationId ,
26
26
tryItOutEnabled : this . props . tryItOutEnabled ,
27
- showExtensions : this . props . showExtensions ,
28
27
showMutatedRequest : typeof this . props . showMutatedRequest === "boolean" ? this . props . showMutatedRequest : true ,
29
28
deepLinking : typeof this . props . deepLinking === "boolean" ? this . props . deepLinking : false ,
29
+ showExtensions : this . props . showExtensions ,
30
30
} )
31
31
32
32
this . system = ui
@@ -103,6 +103,7 @@ SwaggerUI.propTypes = {
103
103
defaultModelsExpandDepth : PropTypes . number ,
104
104
presets : PropTypes . arrayOf ( PropTypes . func ) ,
105
105
deepLinking : PropTypes . bool ,
106
+ showExtensions : PropTypes . bool ,
106
107
tryItOutEnabled : PropTypes . bool
107
108
}
108
109
You can’t perform that action at this time.
0 commit comments