cat list: fix bug when adding material to existing section

This commit is contained in:
Seth Ladygo
2019-05-21 16:22:35 -07:00
parent 023263963f
commit 3784d49694

View File

@ -368,6 +368,7 @@ export const store = new Vuex.Store({
let models = getters.sectionModels(section)
models.push(newModel)
foundSection = section
foundModels = models
break
}
}