mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Limit required scope to one panel
This commit is contained in:
parent
bf9f83f13a
commit
bcd07f1e47
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export default {
|
|||
const args = objectToParams(formatedData)
|
||||
|
||||
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 => {
|
||||
// FIXME what should be done ?
|
||||
/* eslint-disable-next-line */
|
||||
|
|
Loading…
Add table
Reference in a new issue