Fix boolean modification payload

This commit is contained in:
Benedikt Kulmann
2020-08-19 13:18:29 +02:00
parent 5780df7058
commit a987d53702
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export default {
await this.$emit('onSave', {
bundle: this.bundle,
setting: this.setting,
value: payload
payload
})
// TODO: show a spinner while the request for saving the value is running!
}