Bugfixes
This commit is contained in:
@@ -119,7 +119,6 @@ async function exportPayouts(costUnitId) {
|
||||
|
||||
const blob = await response.blob();
|
||||
const downloadUrl = window.URL.createObjectURL(blob);
|
||||
console.log(response.headers.get("content-type"));
|
||||
const a = document.createElement("a");
|
||||
a.style.display = "none";
|
||||
a.href = downloadUrl;
|
||||
|
||||
Reference in New Issue
Block a user