feat: add release to collection toast

This commit is contained in:
Kentai Radiquum 2025-03-21 01:46:48 +05:00
parent 3aa71acad5
commit 75ab5e1901
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 58 additions and 31 deletions

View file

@ -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 =
"Вы превысили допустимый еженедельный лимит создания коллекций";