diff --git a/src/components/Config.tsx b/src/components/Config.tsx index 6107789..6c86445 100644 --- a/src/components/Config.tsx +++ b/src/components/Config.tsx @@ -25,8 +25,8 @@ const propsList = [{ id: 0 }, { id: 1 }, { id: 2 }, { id: 3 }]; const logLeveOptions = [ ['debug', 'Debug'], - ['warning', 'Warning'], ['info', 'Info'], + ['warning', 'Warning'], ['error', 'Error'], ['silent', 'Silent'], ];