#
luxiaotao1123
2024-09-19 c807939eff3a8492bae9e38aa77a9b5ac3a429a9
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>
                        )}