mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
sends email to the user if a profil update was accepted or rejected
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user