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.
operationScheme
1 parent 9dee2da commit 99c610fCopy full SHA for 99c610f
src/core/components/schemes.jsx
@@ -6,9 +6,9 @@ export default class Schemes extends React.Component {
6
static propTypes = {
7
specActions: PropTypes.object.isRequired,
8
schemes: PropTypes.object.isRequired,
9
+ operationScheme: PropTypes.string.isRequired,
10
path: PropTypes.string,
11
method: PropTypes.string,
- operationScheme: PropTypes.string
12
}
13
14
componentWillMount() {
0 commit comments