Skip to content

Commit 9d591da

Browse files
author
bnasslahsen
committed
fix defaultModelRendering
1 parent 22e7304 commit 9d591da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/SwaggerUiConfigParameters.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public SwaggerUiConfigParameters(SwaggerUiConfigProperties swaggerUiConfig) {
103103
this.displayOperationId = swaggerUiConfig.getDisplayOperationId();
104104
this.defaultModelExpandDepth = swaggerUiConfig.getDefaultModelExpandDepth();
105105
this.defaultModelsExpandDepth = swaggerUiConfig.getDefaultModelsExpandDepth();
106+
this.defaultModelRendering = swaggerUiConfig.getDefaultModelRendering();
106107
this.displayRequestDuration = swaggerUiConfig.getDisplayRequestDuration();
107108
this.docExpansion = swaggerUiConfig.getDocExpansion();
108109
this.maxDisplayedTags = swaggerUiConfig.getMaxDisplayedTags();

0 commit comments

Comments
 (0)