From a628420adbb66e0bd8ddd1c9eefd54fd59592573 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Fri, 1 Oct 2021 22:41:30 +0530 Subject: [PATCH] refactor: refactor create team modal to new system --- .../hoppscotch-app/components/teams/Add.vue | 107 +++++++++--------- .../hoppscotch-app/components/teams/Team.vue | 9 +- .../helpers/backend/mutations/Team.ts | 37 +++++- .../helpers/backend/types/TeamName.ts | 2 +- 4 files changed, 100 insertions(+), 55 deletions(-) diff --git a/packages/hoppscotch-app/components/teams/Add.vue b/packages/hoppscotch-app/components/teams/Add.vue index ef4250007..c80c37746 100644 --- a/packages/hoppscotch-app/components/teams/Add.vue +++ b/packages/hoppscotch-app/components/teams/Add.vue @@ -1,5 +1,5 @@