fix: adjust debounce wait time

This commit is contained in:
GyDi 2022-04-25 19:39:21 +08:00 committed by GitHub
parent d45ad76fbc
commit 9319851118

View File

@ -122,7 +122,7 @@ const SettingClash = ({ onError }: Props) => {
onFormat={(e: any) => +e.target.value?.replace(/\D+/, "")}
onChange={(e) => onChangeData({ "mixed-port": e })}
onGuard={onUpdatePort}
waitTime={800}
waitTime={1000}
>
<TextField autoComplete="off" size="small" sx={{ width: 120 }} />
</GuardState>