forked from p15670423/monkey
cc: Don't set `selectedSection` to 'attack' in `componentDidMount` in `ConfigurePage.js`
Remove a line which seems to do nothing useful. Causes issues if the first tab in the configuration page is not the ATT&CK tab.
This commit is contained in:
parent
a786428652
commit
035ce6c8b0
|
@ -83,8 +83,7 @@ class ConfigurePageComponent extends AuthComponent {
|
||||||
schema: monkeyConfig.schema,
|
schema: monkeyConfig.schema,
|
||||||
configuration: monkeyConfig.configuration,
|
configuration: monkeyConfig.configuration,
|
||||||
attackConfig: attackConfig.configuration,
|
attackConfig: attackConfig.configuration,
|
||||||
sections: sections,
|
sections: sections
|
||||||
selectedSection: 'attack'
|
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue