Skip to content
Snippets Groups Projects
Unverified Commit 5308970a authored by GyDi's avatar GyDi Committed by GitHub
Browse files

fix: adjust debounce wait time

parent 6b368953
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment