cat list: fix bug when adding material to existing section
This commit is contained in:
@ -368,6 +368,7 @@ export const store = new Vuex.Store({
|
||||
let models = getters.sectionModels(section)
|
||||
models.push(newModel)
|
||||
foundSection = section
|
||||
foundModels = models
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user