#
luxiaotao1123
2024-11-04 7f70cb15d035f0c233b9e62b9e43aa985317c908
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>
                        )}
@@ -148,7 +149,7 @@
                                            label="common.action.import.download"
                                            color="info"
                                            to={importTemp}
                                            download={'crm_contacts_sample.csv'}
                                            download={'import_template.csv'}
                                        />
                                    }
                                >