Skip to content

Commit

Permalink
Merge pull request #14308 from brave/sko/sync
Browse files Browse the repository at this point in the history
Clear `syncCodeValidationError` on closing dialog
  • Loading branch information
sangwoo108 authored Jul 27, 2022
2 parents 272f410 + d7e6bfd commit 81877a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Polymer({

handleClose_: function() {
this.codeType = null
this.syncCodeValidationError = ''
},

handleChooseMobile_: function() {
Expand Down

0 comments on commit 81877a6

Please sign in to comment.