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