#
whycq
2025-02-27 08824ef346ed8af8eafd6a5480c42dbe0daaf1f2
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);