mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-28 09:18:27 +00:00
update the frontend too
This commit is contained in:
parent
a094331232
commit
16668eab73
|
@ -74,7 +74,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
if (response.status === "error") {
|
||||
if (response.status === "error" || response.status === "rate-limit") {
|
||||
changeDownloadButton("error");
|
||||
|
||||
return createDialog({
|
||||
|
|
Loading…
Reference in a new issue