Skip to content

Commit

Permalink
Improved: code to add submit.prevent in customMappingModal (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Dec 11, 2023
1 parent 34cb2ad commit cc62bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CustomMappingModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<p>{{ currentFacility.facilityName }}</p>
</ion-item>
</ion-list>
<form @keyup.enter="saveMapping">
<form @keyup.enter="saveMapping" @submit.prevent>
<ion-list>
<ion-list-header>{{ translate("Custom mapping") }}</ion-list-header>
<ion-item>
Expand Down

0 comments on commit cc62bd2

Please sign in to comment.