This commit is contained in:
2026-04-26 01:56:28 +02:00
parent 5bcdc2fb5d
commit 096ba07b4c
19 changed files with 14 additions and 37 deletions

View File

@@ -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;

View File

@@ -63,8 +63,6 @@ async function updateCostUnit() {
toast.error(data.message);
}
}
console.log(props.data.treasurers)
</script>
<template>