summaryrefslogtreecommitdiff
path: root/views/partials/editeventgroupmodal.handlebars
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-10 15:50:33 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-10 15:50:33 +0100
commit61a0c53b7b82bc875c855358df2c81c91e7e5a94 (patch)
treeb0741471592cad5a760173a25ed39564e3443ee6 /views/partials/editeventgroupmodal.handlebars
parent2f4ffd5d86aa695afaffed9c6780f695d0bfde9d (diff)
Update Cypress tests
Diffstat (limited to 'views/partials/editeventgroupmodal.handlebars')
-rw-r--r--views/partials/editeventgroupmodal.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/editeventgroupmodal.handlebars b/views/partials/editeventgroupmodal.handlebars
index 7c6f933..41e7f00 100644
--- a/views/partials/editeventgroupmodal.handlebars
+++ b/views/partials/editeventgroupmodal.handlebars
@@ -8,7 +8,7 @@
</button>
</div>
<div class="modal-body">
- <form id="editEventForm" enctype="multipart/form-data" @submit.prevent="submitForm">
+ <form id="editEventGroupForm" enctype="multipart/form-data" @submit.prevent="submitForm">
{{> eventGroupForm }}