DESKTOP-LMJ82IJ\Eno
2025-04-13 bc25523bd723e92e85f3463edca27f0fe18a7a71
rsf-admin/src/page/components/ImportModal.jsx
@@ -86,6 +86,7 @@
        const url = window.URL.createObjectURL(
            new Blob([res.data], { type: res.headers["content-type"] }),
        );
        const link = document.createElement("a");
        link.href = url;
        link.setAttribute("download", `${value}.xlsx`);