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', 'network',
'exploits', 'exploits',
'classes', 'classes',
'general', 'general'
'testing'
]; ];
const initialSection = sectionOrder[0]; const initialSection = sectionOrder[0];