mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 22:34:00 +01:00
increase ApiMenu error message duration
This commit is contained in:
parent
024bd71cb8
commit
03972ba0a2
|
@ -33,7 +33,7 @@ const ApiMenu = ({
|
|||
setError(true);
|
||||
setTimeout(() => {
|
||||
setError(false);
|
||||
}, 3000);
|
||||
}, 10000);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue