operationScheme -> currentScheme

This commit is contained in:
Kyle Shockey
2017-08-09 17:35:33 -07:00
parent 99c610f224
commit 9747559529
4 changed files with 12 additions and 12 deletions

View File

@@ -229,7 +229,7 @@ export default class Operation extends PureComponent {
path={ path }
method={ method }
specActions={ specActions }
operationScheme={ operationScheme } />
currentScheme={ operationScheme } />
</div> : null
}