From 80d54565eb14e4bbbfc655781e4e21844ef5851c Mon Sep 17 00:00:00 2001 From: nivedin Date: Tue, 12 Dec 2023 19:45:50 +0530 Subject: [PATCH] chore: add toast for personal collection --- packages/hoppscotch-common/src/components/collections/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hoppscotch-common/src/components/collections/index.vue b/packages/hoppscotch-common/src/components/collections/index.vue index 073554828..235864360 100644 --- a/packages/hoppscotch-common/src/components/collections/index.vue +++ b/packages/hoppscotch-common/src/components/collections/index.vue @@ -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,