Sync develop with 2023.02 stable branch #6

Merged
fedward merged 102 commits from stable into develop 2023-02-12 19:20:33 +00:00
Showing only changes of commit d973396c96 - Show all commits

View file

@ -13,7 +13,6 @@ const tags = {
},
mutations: {
setTag (state, { name, data }) {
console.log("Setting", name, {...data})
state.tags[name] = data
}
},