Tags in public collection

This commit is contained in:
Oliver Schwamb
2024-07-05 10:40:40 +02:00
parent 4640c1c966
commit a1f48bbd79
4 changed files with 91 additions and 1 deletions
@@ -62,6 +62,7 @@ export default async function updateCollection(
description: data.description,
color: data.color,
isPublic: data.isPublic,
tagsArePublic: data.tagsArePublic,
parent:
data.parentId && data.parentId !== ("root" as any)
? {