From c0e3a2be0bd9d53027a17a124ed74061dc40f664 Mon Sep 17 00:00:00 2001 From: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:01:26 +0530 Subject: [PATCH] fix: disabled search in team collection (#2523) Co-authored-by: liyasthomas --- packages/hoppscotch-app/components/collections/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hoppscotch-app/components/collections/index.vue b/packages/hoppscotch-app/components/collections/index.vue index c842ce96e..6b49dba8f 100644 --- a/packages/hoppscotch-app/components/collections/index.vue +++ b/packages/hoppscotch-app/components/collections/index.vue @@ -11,6 +11,7 @@ autocomplete="off" :placeholder="$t('action.search')" class="py-2 pl-4 pr-2 bg-transparent" + :disabled="collectionsType.type == 'team-collections'" />