Skip to content

Commit

Permalink
Increase debounce delay when saving account properties
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Aug 11, 2023
1 parent 6cdad2d commit e68dda6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default {
}
}
}
}, 500),
}, 1000),

async deleteEmail() {
if (this.primary) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default {
return
}
await this.updateProperty(value)
}, 500),
}, 1000),

async updateProperty(value) {
try {
Expand Down

0 comments on commit e68dda6

Please sign in to comment.