Procházet zdrojové kódy

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 před 10 měsíci
rodič
revize
620b6b9c3b
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
apps/settings/src/components/PersonalInfo/EmailSection/Email.vue Zobrazit soubor

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

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

+ 1
- 1
apps/settings/src/components/PersonalInfo/shared/AccountPropertySection.vue Zobrazit soubor

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


+ 2
- 2
dist/settings-vue-settings-personal-info.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
dist/settings-vue-settings-personal-info.js.map
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


Načítá se…
Zrušit
Uložit