chore: remove incorrect type comment
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user