diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue index 2d606ee3..4748414f 100644 --- a/src/components/GiftedDialog.vue +++ b/src/components/GiftedDialog.vue @@ -228,9 +228,6 @@ export default class GiftedDialog extends Vue { // Update entity types based on current props this.updateEntityTypes(); - // Update entity types based on current props - this.updateEntityTypes(); - try { const settings = await databaseUtil.retrieveSettingsForActiveAccount(); this.apiServer = settings.apiServer || ""; @@ -373,20 +370,6 @@ export default class GiftedDialog extends Vue { return; } - // Check for person conflict - if (this.hasPersonConflict) { - this.$notify( - { - group: "alert", - type: "danger", - title: "Error", - text: "You cannot select the same person as both giver and recipient.", - }, - 3000, - ); - return; - } - this.close(); this.$notify( {