mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
accompanyingCourseWork: add documents to vue form
This commit is contained in:
@@ -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 });
|
||||
|
Reference in New Issue
Block a user