Convert pathMethod prop to two separate props.

This commit is contained in:
Owen Conti
2017-08-20 15:25:13 -06:00
parent 8426dcdf7b
commit bcefb6eb3e
3 changed files with 29 additions and 9 deletions

View File

@@ -213,7 +213,8 @@ export default class Operation extends PureComponent {
specActions={ specActions }
produces={ produces }
producesValue={ operation.get("produces_value") }
pathMethod={ [path, method] }
path={ path }
method={ method }
displayRequestDuration={ displayRequestDuration }
fn={fn} />
}