mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add release to collection toast
This commit is contained in:
parent
3aa71acad5
commit
75ab5e1901
3 changed files with 58 additions and 31 deletions
|
@ -177,7 +177,7 @@ export const CreateCollectionPage = () => {
|
|||
);
|
||||
|
||||
if (error) {
|
||||
let message = error.message;
|
||||
let message = `${error.message}, code: ${error.code}`;
|
||||
if (error.code == 5) {
|
||||
message =
|
||||
"Вы превысили допустимый еженедельный лимит создания коллекций";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue