increase ApiMenu error message duration

This commit is contained in:
Jing Hua 2023-03-06 11:49:15 +08:00 committed by GitHub
parent 024bd71cb8
commit 03972ba0a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ const ApiMenu = ({
setError(true); setError(true);
setTimeout(() => { setTimeout(() => {
setError(false); setError(false);
}, 3000); }, 10000);
} }
} }
}; };