From 6b1f15dd6ff1ad1f9aa8694f9397577387411f22 Mon Sep 17 00:00:00 2001 From: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:42:41 +0530 Subject: [PATCH] refactor: updated invited components with the new string changes --- packages/hoppscotch-sh-admin/src/components.d.ts | 1 - packages/hoppscotch-sh-admin/src/pages/users/invited.vue | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/hoppscotch-sh-admin/src/components.d.ts b/packages/hoppscotch-sh-admin/src/components.d.ts index c437ffcc317..eaaf88bfeca 100644 --- a/packages/hoppscotch-sh-admin/src/components.d.ts +++ b/packages/hoppscotch-sh-admin/src/components.d.ts @@ -51,7 +51,6 @@ declare module '@vue/runtime-core' { UsersDetails: typeof import('./components/users/Details.vue')['default'] UsersInviteModal: typeof import('./components/users/InviteModal.vue')['default'] UsersSharedRequests: typeof import('./components/users/SharedRequests.vue')['default'] - UsersTable: typeof import('./components/users/Table.vue')['default'] } } diff --git a/packages/hoppscotch-sh-admin/src/pages/users/invited.vue b/packages/hoppscotch-sh-admin/src/pages/users/invited.vue index 526dd2db228..8d879a33c3e 100644 --- a/packages/hoppscotch-sh-admin/src/pages/users/invited.vue +++ b/packages/hoppscotch-sh-admin/src/pages/users/invited.vue @@ -45,7 +45,7 @@