mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:17:08 +00:00
Fix wrong freezing of Vuex data.
It's the sequence items themselves that benefit from freezing, not the sequence array itself.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const state = () => ({
|
||||
sequences: Object.freeze([]),
|
||||
sequences: [],
|
||||
remarks: null,
|
||||
loading: null,
|
||||
timestamp: null,
|
||||
|
||||
Reference in New Issue
Block a user