fix: fimsTotal form change

main
Kurt92 2 years ago
parent 78e07d2478
commit d29497e525

@ -243,7 +243,6 @@
.then((response) => response.blob())
.then((blob) => {
const url = URL.createObjectURL(blob);
console.log(url);
var x = document.createElement("img");
x.setAttribute("src", url);
//x.style = 'width:150px; display: block;';

Loading…
Cancel
Save