ソースを参照

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ヶ月前
コミット
620b6b9c3b
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 1
- 1
apps/settings/src/components/PersonalInfo/EmailSection/Email.vue ファイルの表示

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

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

+ 1
- 1
apps/settings/src/components/PersonalInfo/shared/AccountPropertySection.vue ファイルの表示

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


+ 2
- 2
dist/settings-vue-settings-personal-info.js
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
dist/settings-vue-settings-personal-info.js.map
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存