fix: Duplicate reference in dashboard settings (#618) @Larsluph

This commit is contained in:
Rémi Marseault 2023-01-23 09:39:32 +01:00 committed by GitHub
parent f6b07ef1ef
commit ea7e68ca2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,8 +97,8 @@ export default new Vuex.Store({
paginationSize: 15,
dateFormat: 'DD/MM/YYYY, HH:mm:ss',
openSideBarOnStart: true,
busyTorrentProperties: [...propertiesTemplate],
doneTorrentProperties: [...propertiesTemplate]
busyTorrentProperties: JSON.parse(JSON.stringify(propertiesTemplate)),
doneTorrentProperties: JSON.parse(JSON.stringify(propertiesTemplate))
},
categories: [],
trackers: [],