forked from p15670423/monkey
UI: Remove testing from InternalConfig
* leftover from renaming credential_classes
This commit is contained in:
parent
7b415be883
commit
8ae6bb8c73
|
@ -6,8 +6,7 @@ const sectionOrder = [
|
|||
'network',
|
||||
'exploits',
|
||||
'classes',
|
||||
'general',
|
||||
'testing'
|
||||
'general'
|
||||
];
|
||||
const initialSection = sectionOrder[0];
|
||||
|
||||
|
|
Loading…
Reference in New Issue