diff --git a/frontend/src/ActionEdit.js b/frontend/src/ActionEdit.js index dea6dba94f042..98ac92a8be8cc 100644 --- a/frontend/src/ActionEdit.js +++ b/frontend/src/ActionEdit.js @@ -61,6 +61,7 @@ class ActionStep extends Component { this.sendStep = this.sendStep.bind(this); this.AutocaptureFields = this.AutocaptureFields.bind(this); this.TypeSwitcher = this.TypeSwitcher.bind(this); + this.URLMatching = this.URLMatching.bind(this); this.stop = this.stop.bind(this); this.box = document.createElement('div'); @@ -154,7 +155,7 @@ class ActionStep extends Component { } this.setState({selection: this.state.selection}, () => this.sendStep(this.props.step)) }} - /> {props.label} + /> {props.label} {props.extra_options} {props.item == 'selector' ?