This commit is contained in:
tiago.kayaya
2022-02-02 10:10:57 +01:00
parent aad07d8349
commit 97acff4a7b
+2 -8
View File
@@ -299,10 +299,10 @@ export class FileService {
loader.remove();
this.toastService.badRequest("Não foi possível adicionar a fotografia!");
});
});
}
});
}
@@ -386,12 +386,6 @@ export class FileService {
accept: ['image/apng', 'image/jpeg', 'image/png']
})
setInterval(() => {
console.log(input.value)
}, 550)
input.onchange = async () => {
//alert('Onchange AQUI')