Skip to content
Snippets Groups Projects
Commit 08ed6630 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Fix wrapping updated settings in EditableKeywordInput

parent d5168b5e
Branches
No related tags found
1 merge request!100Add streamer and Oban.Cron settings
......@@ -104,7 +104,7 @@ export default {
this.updateSetting(updatedValue, this.settingGroup.group, this.settingGroup.key, this.setting.key, this.setting.type)
},
updateSetting(value, group, key, input, type) {
const updatedSettings = this.wrapUpdatedSettings(value, group, key, input, type)
const updatedSettings = this.wrapUpdatedSettings(value, input, type)
this.$store.dispatch('UpdateSettings', { group, key, input, value: updatedSettings, type })
this.$store.dispatch('UpdateState', { group, key, input, value })
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment