File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
plugins/oas3/wrap-components Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 11import React from "react"
22import PropTypes from "prop-types"
3- import { helpers } from "swagger-client"
43import { createDeepLinkPath , sanitizeUrl } from "core/utils"
5- const { opId } = helpers
64
75export default class Operations extends React . Component {
86
@@ -21,15 +19,10 @@ export default class Operations extends React.Component {
2119 render ( ) {
2220 let {
2321 specSelectors,
24- specActions,
25- oas3Actions,
2622 getComponent,
2723 layoutSelectors,
2824 layoutActions,
29- authActions,
30- authSelectors,
31- getConfigs,
32- fn
25+ getConfigs
3326 } = this . props
3427
3528 let taggedOps = specSelectors . taggedOperations ( )
Original file line number Diff line number Diff line change @@ -95,8 +95,6 @@ class Parameters extends Component {
9595 operation
9696 } = this . props
9797
98- console . log ( 'rendering Parameters' )
99-
10098 const ParameterRow = getComponent ( "parameterRow" )
10199 const TryItOutButton = getComponent ( "TryItOutButton" )
102100 const ContentType = getComponent ( "contentType" )
You can’t perform that action at this time.
0 commit comments