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 e82d3fe + 0438e2b commit 3fdeceeCopy full SHA for 3fdecee
packages/selenium-ide/src/neo/components/CommandForm/index.jsx
@@ -67,7 +67,7 @@ import "./style.css";
67
name="target"
68
label="Target"
69
value={this.props.command ? this.props.command.target : ""}
70
- targets={this.props.command.targets}
+ targets={this.props.command ? this.props.command.targets : []}
71
disabled={!this.props.command}
72
onChange={this.props.command ? this.props.command.setTarget : null} />
73
<FlatButton
0 commit comments