Skip to content

Commit

Permalink
Fixed: duplicate api call on enter when focus is on fab-button(#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Dec 11, 2023
1 parent f89c978 commit 866b17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FacilityExternalIdModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ion-list>

<ion-fab vertical="bottom" horizontal="end" slot="fixed">
<ion-fab-button @click="updateExternalId()">
<ion-fab-button @click="updateExternalId()" @keyup.enter.stop>
<ion-icon :icon="saveOutline" />
</ion-fab-button>
</ion-fab>
Expand Down

0 comments on commit 866b17a

Please sign in to comment.