forked from p15670423/monkey
Undo line deletion
Forgot to add it back on undoing previous changes
This commit is contained in:
parent
319c1c27bb
commit
3bfdcb9e9a
|
@ -180,6 +180,7 @@ class ConfigurePageComponent extends AuthComponent {
|
|||
if (techType[1].properties.hasOwnProperty(technique)) {
|
||||
let tempMatrix = this.state.attackConfig;
|
||||
tempMatrix[techType[0]].properties[technique].value = value;
|
||||
this.setState({attackConfig: tempMatrix});
|
||||
|
||||
// Toggle all mapped techniques
|
||||
if (!mapped) {
|
||||
|
|
Loading…
Reference in New Issue