From ab509b70243e4dbf5cda1b3973b8adf419b1b2b2 Mon Sep 17 00:00:00 2001 From: Fayaz Ahmed Date: Tue, 27 Aug 2024 08:29:14 +0530 Subject: [PATCH] Remove unnecessary imports of global config mixin --- app/javascript/dashboard/components/ui/Wizard.vue | 2 -- .../routes/dashboard/helpcenter/pages/portals/EditPortal.vue | 2 -- .../dashboard/settings/integrations/DashboardApps/Index.vue | 2 -- .../dashboard/settings/integrations/ShowIntegration.vue | 2 -- .../routes/dashboard/settings/integrations/Slack.vue | 2 -- .../v3/views/auth/signup/components/Signup/Form.vue | 2 -- app/javascript/v3/views/login/Index.vue | 5 +++-- 7 files changed, 3 insertions(+), 14 deletions(-) diff --git a/app/javascript/dashboard/components/ui/Wizard.vue b/app/javascript/dashboard/components/ui/Wizard.vue index 4b45b6ef5..e7e01fa7f 100644 --- a/app/javascript/dashboard/components/ui/Wizard.vue +++ b/app/javascript/dashboard/components/ui/Wizard.vue @@ -1,9 +1,7 @@