diff --git a/packages/hoppscotch-app/components/collections/ChooseType.vue b/packages/hoppscotch-app/components/collections/ChooseType.vue index f784165cf..77a1b76d0 100644 --- a/packages/hoppscotch-app/components/collections/ChooseType.vue +++ b/packages/hoppscotch-app/components/collections/ChooseType.vue @@ -28,13 +28,14 @@ > @@ -46,6 +47,7 @@ team.id === collectionsType.selectedTeam?.id ? 'done' : '' " :active-info-icon="team.id === collectionsType.selectedTeam?.id" + svg="users" @click.native=" () => { updateSelectedTeam(team) diff --git a/packages/hoppscotch-app/components/environments/index.vue b/packages/hoppscotch-app/components/environments/index.vue index c885e51b4..e6c0259bd 100644 --- a/packages/hoppscotch-app/components/environments/index.vue +++ b/packages/hoppscotch-app/components/environments/index.vue @@ -11,12 +11,12 @@ @@ -31,6 +31,7 @@ } " /> +
-
+
{{ t("state.loading") }}