From bcd07f1e47bf7aaabb65d6d811713facebdc3d6e Mon Sep 17 00:00:00 2001 From: ljf Date: Wed, 25 Aug 2021 09:04:28 +0200 Subject: [PATCH] [fix] Limit required scope to one panel --- app/src/views/app/AppConfigPanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/views/app/AppConfigPanel.vue b/app/src/views/app/AppConfigPanel.vue index 737f1390..4132407a 100644 --- a/app/src/views/app/AppConfigPanel.vue +++ b/app/src/views/app/AppConfigPanel.vue @@ -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 */