This commit is contained in:
scmmishra
2018-11-23 17:16:33 +05:30
committed by Aditya Hase
parent 082e3c94ef
commit 9229f4fc92
2 changed files with 8 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ export default {
program_name: this.program.name,
}).then(data => {
console.log(data)
lms.store.enrolledPrograms.add(data),
lms.store.updateEnrolledPrograms()
this.$router.push(this.programRoute)
})
}