From a1d252fca127f7f2e66c2dd7e09bf1963e4913bc 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 c437ffcc31..eaaf88bfec 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 526dd2db22..8d879a33c3 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 @@