mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-16 23:40:32 +08:00
chore: remove incorrect type comment
This commit is contained in:
parent
dd190659ef
commit
92ae277e3a
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user