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.
2 parents 266c12b + 16028a9 commit a3c8c38Copy full SHA for a3c8c38
jsapp/js/components/formSubScreens.es6
@@ -85,7 +85,7 @@ export class FormSubScreens extends React.Component {
85
return <RESTServices asset={this.state} />;
86
case ROUTES.FORM_REST_HOOK
87
.replace(':uid', this.state.uid)
88
- .replace(':hook', this.props.params.hookUid):
+ .replace(':hookUid', this.props.params.hookUid):
89
return <RESTServices asset={this.state} hookUid={this.props.params.hookUid}/>;
90
case ROUTES.FORM_KOBOCAT.replace(':uid', this.state.uid):
91
iframeUrl = deployment__identifier+'/form_settings';
0 commit comments