chore: add toast for personal collection

This commit is contained in:
nivedin
2023-12-12 19:45:50 +05:30
committed by Andrew Bastin
parent 9e7f1b58b9
commit 80d54565eb

View File

@@ -2119,6 +2119,7 @@ const setCollectionProperties = (newCollection: {
"rest"
)
})
toast.success(t("collection.properties_updated"))
} else if (hasTeamWriteAccess.value && collection.id) {
const data = {
auth: collection.auth,