whycq
2025-02-21 bea0dac85e865e3d5dae5b3fd641eb07a4b1b80c
rsf-admin/src/page/components/ImportModal.jsx
@@ -23,10 +23,10 @@
    const refresh = useRefresh();
    const translate = useTranslate();
    const { processBatch } = useCodeImport();
    // const { processBatch } = useCodeImport();
    const { importer, parseCsv, reset } = usePapaParse({
        batchSize: onceBatch,
        processBatch,
        // processBatch,
    });
    const [file, setFile] = useState(null);