From e94a07b6779cac26fc546b761f6e66d64183c732 Mon Sep 17 00:00:00 2001 From: GyDi Date: Tue, 6 Sep 2022 14:42:58 +0800 Subject: [PATCH] fix: log level warn value --- src/components/setting/setting-clash.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/setting/setting-clash.tsx b/src/components/setting/setting-clash.tsx index 5e13d6b..3ba8cd1 100644 --- a/src/components/setting/setting-clash.tsx +++ b/src/components/setting/setting-clash.tsx @@ -91,7 +91,8 @@ const SettingClash = ({ onError }: Props) => { e.target.value} onChange={(e) => onChangeData({ "log-level": e })} @@ -100,7 +101,7 @@ const SettingClash = ({ onError }: Props) => {