UI: Remove testing from InternalConfig

* leftover from renaming credential_classes
This commit is contained in:
Ilija Lazoroski 2022-06-13 18:30:06 +02:00 committed by vakarisz
parent 7b415be883
commit 8ae6bb8c73
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ const sectionOrder = [
'network',
'exploits',
'classes',
'general',
'testing'
'general'
];
const initialSection = sectionOrder[0];