#
luxiaotao1123
2024-09-19 af60046c5009f963b21563eda32e7ef0aeaf0625
zy-acs-flow/src/page/components/ImportModal.jsx
@@ -132,10 +132,10 @@
                        {importer.state === 'complete' && (
                            <Alert severity="success">
                                  {translate('common.action.import.result', {
                                {translate('common.action.import.result', {
                                    success: importer.importCount,
                                    error: importer.errorCount
                                  })}
                                })}
                            </Alert>
                        )}