mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Backup create
This commit is contained in:
parent
89e2342b02
commit
efe974b8e9
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ export default {
|
|||
},
|
||||
|
||||
createBackup () {
|
||||
const data = { apps: [], system: [] }
|
||||
const data = { 'apps[]': [], 'system[]': [] }
|
||||
for (const item of this.selected) {
|
||||
if (item in this.system) {
|
||||
data.system = [...data.system, ...this.system[item].value]
|
||||
|
|
Loading…
Reference in a new issue