fix: Increase debounce delay when saving account properties

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Christopher Ng 2023-08-11 16:10:36 -07:00 committed by Ferdinand Thiessen
parent 9c4b959690
commit 620b6b9c3b
No known key found for this signature in database
GPG key ID: 45FAE7268762B400
4 changed files with 5 additions and 5 deletions

View file

@ -262,7 +262,7 @@ export default {
}
}
}
}, 500),
}, 1000),
async deleteEmail() {
if (this.primary) {

View file

@ -148,7 +148,7 @@ export default {
return
}
await this.updateProperty(value)
}, 500)
}, 1000)
},
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long