mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
9c4b959690
commit
620b6b9c3b
4 changed files with 5 additions and 5 deletions
|
|
@ -262,7 +262,7 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
}, 500),
|
||||
}, 1000),
|
||||
|
||||
async deleteEmail() {
|
||||
if (this.primary) {
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ export default {
|
|||
return
|
||||
}
|
||||
await this.updateProperty(value)
|
||||
}, 500)
|
||||
}, 1000)
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue