Skip to content

Commit

Permalink
Fix Issue on emails.
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-webkul committed Jan 10, 2025
1 parent 5a1b725 commit 79e818f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class="primary-button justify-center"
},
updateOrCreate(params) {
this.inputValue = params.contact_emails;
this.inputValue = params.contact_emails ?? params.emails;
if (this.url) {
this.isProcessing = true;
Expand Down

0 comments on commit 79e818f

Please sign in to comment.