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)
|
let models = getters.sectionModels(section)
|
||||||
models.push(newModel)
|
models.push(newModel)
|
||||||
foundSection = section
|
foundSection = section
|
||||||
|
foundModels = models
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user