From 03527bd609eee1f0abe4295f61a5392e206af5a7 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Mon, 2 Dec 2024 15:14:25 -0600 Subject: [PATCH] do not show create another collection link if from selection --- client/src/components/Collections/CollectionCreatorModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Collections/CollectionCreatorModal.vue b/client/src/components/Collections/CollectionCreatorModal.vue index 4d809234332f..278e25f3d706 100644 --- a/client/src/components/Collections/CollectionCreatorModal.vue +++ b/client/src/components/Collections/CollectionCreatorModal.vue @@ -277,7 +277,7 @@ function resetModal() { {{ localize("Collection created successfully.") }} - + {{ localize("Create another collection") }}