From 126570fcca6b53125ef3f67f2b8bda9af720cd1b Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 17 Dec 2025 11:23:10 +0530 Subject: [PATCH] fix: save button of profile edit modal --- frontend/src/components/Modals/EditProfile.vue | 14 +++++++------- frontend/src/pages/CertifiedParticipants.vue | 2 -- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/Modals/EditProfile.vue b/frontend/src/components/Modals/EditProfile.vue index 64f22348..b68a3284 100644 --- a/frontend/src/components/Modals/EditProfile.vue +++ b/frontend/src/components/Modals/EditProfile.vue @@ -3,13 +3,6 @@ :options="{ title: 'Edit your profile', size: '3xl', - actions: [ - { - label: 'Save', - variant: 'solid', - onClick: (close) => saveProfile(close), - }, - ], }" > +