refactor(config): remove unused config options (#9958)

This commit is contained in:
Vladimír Gorej
2024-05-22 14:10:51 +02:00
committed by GitHub
parent ee335f238e
commit 7bf16bede4
2 changed files with 0 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ const defaultOptions = Object.freeze({
oauth2RedirectUrl: undefined,
persistAuthorization: false,
configs: {},
custom: {},
displayOperationId: false,
displayRequestDuration: false,
deepLinking: false,

View File

@@ -5,7 +5,6 @@
const InlinePluginFactorization = (options) => () => ({
fn: options.fn,
components: options.components,
state: options.state,
})
export default InlinePluginFactorization