accompanyingCourseWork: add documents to vue form

This commit is contained in:
nobohan
2022-02-24 15:24:58 +01:00
parent c073ec14c8
commit 0661eb8701
3 changed files with 26 additions and 4 deletions

View File

@@ -139,7 +139,6 @@ export default {
this.modal.showModal = false;
})
.catch((error) => {
console.log(error); //TODO error handling
if (error.name === 'ValidationException') {
for (let v of error.violations) {
this.$toast.open({message: v });