From 48dd487db3140349337e1104a493e3132c3a5c32 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Thu, 20 Mar 2025 23:56:56 +0530 Subject: [PATCH] chore: Update buttons in agents page (#11129) --- .../dashboard/settings/agents/AddAgent.vue | 25 ++++++----- .../dashboard/settings/agents/EditAgent.vue | 44 +++++++++++-------- .../dashboard/settings/agents/Index.vue | 33 +++++++------- 3 files changed, 54 insertions(+), 48 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/settings/agents/AddAgent.vue b/app/javascript/dashboard/routes/dashboard/settings/agents/AddAgent.vue index 6bcec375d..45cac1849 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/agents/AddAgent.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/agents/AddAgent.vue @@ -5,7 +5,7 @@ import { useI18n } from 'vue-i18n'; import { useAlert } from 'dashboard/composables'; import { useVuelidate } from '@vuelidate/core'; import { required, email } from '@vuelidate/validators'; -import WootSubmitButton from 'dashboard/components/buttons/FormSubmitButton.vue'; +import Button from 'dashboard/components-next/button/Button.vue'; const emit = defineEmits(['close']); @@ -148,16 +148,19 @@ const addAgent = async () => {