fix(config): cast configuration values into proper types (#9829)

Refs #9808
This commit is contained in:
Oliwia Rogala
2024-04-18 11:04:05 +02:00
committed by GitHub
parent c2b63ab4d7
commit 7378821669
28 changed files with 359 additions and 83 deletions

View File

@@ -142,7 +142,7 @@ SwaggerUI.defaultProps = {
deepLinking: false,
showExtensions: false,
showCommonExtensions: false,
filter: null,
filter: false,
requestSnippetsEnabled: false,
requestSnippets: {
generators: {
@@ -164,7 +164,7 @@ SwaggerUI.defaultProps = {
},
tryItOutEnabled: false,
displayRequestDuration: false,
withCredentials: undefined,
withCredentials: false,
persistAuthorization: false,
oauth2RedirectUrl: undefined,
}