Przeglądaj źródła

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>
pull/39825/head
Christopher Ng 10 miesięcy temu
rodzic
commit
620b6b9c3b
No account linked to committer's email address

+ 1
- 1
apps/settings/src/components/PersonalInfo/EmailSection/Email.vue Wyświetl plik

@@ -262,7 +262,7 @@ export default {
}
}
}
}, 500),
}, 1000),

async deleteEmail() {
if (this.primary) {

+ 1
- 1
apps/settings/src/components/PersonalInfo/shared/AccountPropertySection.vue Wyświetl plik

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


+ 2
- 2
dist/settings-vue-settings-personal-info.js
Plik diff jest za duży
Wyświetl plik


+ 1
- 1
dist/settings-vue-settings-personal-info.js.map
Plik diff jest za duży
Wyświetl plik


Ładowanie…
Anuluj
Zapisz