[fix] Limit required scope to one panel

This commit is contained in:
ljf 2021-08-25 09:04:28 +02:00
parent bf9f83f13a
commit bcd07f1e47

View file

@ -115,7 +115,7 @@ export default {
const args = objectToParams(formatedData) const args = objectToParams(formatedData)
api.put( api.put(
`apps/${this.id}/config`, { args }, { key: 'apps.update_config', name: this.id } `apps/${this.id}/config`, { key: id_, args }, { key: 'apps.update_config', name: this.id }
).then(response => { ).then(response => {
// FIXME what should be done ? // FIXME what should be done ?
/* eslint-disable-next-line */ /* eslint-disable-next-line */