diff --git a/packages/hoppscotch-app/components/collections/ChooseType.vue b/packages/hoppscotch-app/components/collections/ChooseType.vue index cd1dd6511..f784165cf 100644 --- a/packages/hoppscotch-app/components/collections/ChooseType.vue +++ b/packages/hoppscotch-app/components/collections/ChooseType.vue @@ -12,33 +12,48 @@ :label="`${$t('collection.team_collections')}`" > - - - + + - {{ $t("collection.select_team") }} - - - {{ team.name }} - - - + + + + + { + updateSelectedTeam(team) + options.tippy().hide() + } + " + /> + @@ -46,7 +61,8 @@