We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f8338 commit 26eb07dCopy full SHA for 26eb07d
src/core/plugins/oas3/components/callbacks.jsx
@@ -4,7 +4,7 @@ import ImPropTypes from "react-immutable-proptypes"
4
import { fromJS } from "immutable"
5
6
const Callbacks = (props) => {
7
- let { callbacks, getComponent, layoutSelectors } = props
+ let { callbacks, getComponent } = props
8
// const Markdown = getComponent("Markdown")
9
const OperationContainer = getComponent("OperationContainer", true)
10
0 commit comments