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),
- },
- ],
}"
>
@@ -117,6 +110,13 @@
+
+
+
+
+