[web] Change the settings API calls

This commit is contained in:
Alain Nussbaumer
2025-05-11 20:44:30 +02:00
parent a229474da7
commit c34c5eb585
2 changed files with 6 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ export default {
value
}
settings
.update(this.category, setting)
.update(setting)
.then(() => {
window.clearTimeout(this.timerId)
this.settingsStore.update(setting)