(groupIndex)
| 12638 | }); |
| 12639 | } |
| 12640 | deleteGroup(groupIndex) { |
| 12641 | const groups = [ |
| 12642 | ...this.state.groups |
| 12643 | ]; |
| 12644 | groups.splice(groupIndex, 1); |
| 12645 | this.setState({ |
| 12646 | groups |
| 12647 | }); |
| 12648 | } |
| 12649 | newExpression(key, clause) { |
| 12650 | const ex = { |
| 12651 | key, |