#
luxiaotao1123
2024-09-19 b42565cdebc181eaafba44e051ad7fcd1f289edd
zy-acs-flow/src/page/components/ImportModal.jsx
@@ -132,9 +132,10 @@
                        {importer.state === 'complete' && (
                            <Alert severity="success">
                                Contacts import complete. Imported{' '}
                                {importer.importCount} contacts, with{' '}
                                {importer.errorCount} errors
                                {translate('common.action.import.result', {
                                    success: importer.importCount,
                                    error: importer.errorCount
                                })}
                            </Alert>
                        )}
@@ -157,7 +158,7 @@
                                <FileInput
                                    source="csv"
                                    label="CSV File"
                                    label="Excel File"
                                    accept={{ 'text/csv': ['.csv'] }}
                                    onChange={handleFileChange}
                                >