chore: remove incorrect type comment

This commit is contained in:
Tunglies
2025-05-15 22:34:09 +08:00
parent dd190659ef
commit 92ae277e3a

View File

@@ -201,7 +201,6 @@ const SettingClash = ({ onError }: Props) => {
} }
> >
<GuardState <GuardState
// clash premium 2022.08.26 值为warn
value={logLevel === "warn" ? "warning" : (logLevel ?? "info")} value={logLevel === "warn" ? "warning" : (logLevel ?? "info")}
onCatch={onError} onCatch={onError}
onFormat={(e: any) => e.target.value} onFormat={(e: any) => e.target.value}