Basic request body

This commit is contained in:
Kyle Shockey
2017-05-26 00:24:53 -07:00
parent 128b910d58
commit 032c0a027f
5 changed files with 51 additions and 3 deletions

View File

@@ -189,6 +189,7 @@ export default class Operation extends React.Component {
}
<Parameters
parameters={parameters}
operation={operation}
onChangeKey={onChangeKey}
onTryoutClick = { this.onTryoutClick }
onCancelClick = { this.onCancelClick }