cateditor: remove unnecessary 'sections' getter
This commit is contained in:
@ -30,10 +30,6 @@ export const store = new Vuex.Store({
|
||||
return state.materials[id]
|
||||
},
|
||||
|
||||
sections: state => {
|
||||
return state.catalog.sections
|
||||
},
|
||||
|
||||
section: state => id => {
|
||||
return state.catalog.sections.find(s => s.id === id)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user