mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-26 00: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);
|
setError(true);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
setError(false);
|
setError(false);
|
||||||
}, 3000);
|
}, 10000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue