refactor(config): remove unused config options (#9958)
This commit is contained in:
@@ -18,7 +18,6 @@ const defaultOptions = Object.freeze({
|
|||||||
oauth2RedirectUrl: undefined,
|
oauth2RedirectUrl: undefined,
|
||||||
persistAuthorization: false,
|
persistAuthorization: false,
|
||||||
configs: {},
|
configs: {},
|
||||||
custom: {},
|
|
||||||
displayOperationId: false,
|
displayOperationId: false,
|
||||||
displayRequestDuration: false,
|
displayRequestDuration: false,
|
||||||
deepLinking: false,
|
deepLinking: false,
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
const InlinePluginFactorization = (options) => () => ({
|
const InlinePluginFactorization = (options) => () => ({
|
||||||
fn: options.fn,
|
fn: options.fn,
|
||||||
components: options.components,
|
components: options.components,
|
||||||
state: options.state,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
export default InlinePluginFactorization
|
export default InlinePluginFactorization
|
||||||
|
|||||||
Reference in New Issue
Block a user