sends email to the user if a profil update was accepted or rejected

This commit is contained in:
SimonGschnell
2024-02-16 15:37:20 +01:00
parent 501224b9b7
commit 318087c572
2 changed files with 13 additions and 18 deletions
@@ -103,14 +103,7 @@ export default {
}
},
uploadFiles: async function (files) {
let updatedFiles = [];
if (this.editData.updateID) {
}
uploadFiles: async function (files) {
if (files[0].type !== "application/x.fhc-dms+json"){
let formData = new FormData();