diff --git a/src/components/ExportDialog.tsx b/src/components/ExportDialog.tsx index 7a327b0c..36dc587f 100644 --- a/src/components/ExportDialog.tsx +++ b/src/components/ExportDialog.tsx @@ -141,6 +141,7 @@ export function ExportDialog({ {scales.map(s => ( + const response = await fetch(`${BACKEND_GET}${id}.json`).then(data => data.clone().json() ); if (response != null) {