diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-10 15:50:33 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-10 15:50:33 +0100 |
commit | 61a0c53b7b82bc875c855358df2c81c91e7e5a94 (patch) | |
tree | b0741471592cad5a760173a25ed39564e3443ee6 /views/partials/editeventgroupmodal.handlebars | |
parent | 2f4ffd5d86aa695afaffed9c6780f695d0bfde9d (diff) |
Update Cypress tests
Diffstat (limited to 'views/partials/editeventgroupmodal.handlebars')
-rw-r--r-- | views/partials/editeventgroupmodal.handlebars | 2 |
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 }} |