feat: add toast for creating/updating collection

This commit is contained in:
Kentai Radiquum 2025-03-21 00:51:23 +05:00
parent 4c6fb75785
commit b7661f47ef
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 93 additions and 37 deletions

View file

@ -15,8 +15,8 @@ export async function generateMetadata(
if (error) {
return {
title: "Ошибка",
description: "Ошибка",
title: "Приватная коллекция",
description: "Приватная коллекция",
};
}