优化ImportFile

master
LiuJiaNan 2025-12-19 11:45:45 +08:00
parent 0522235cf9
commit 38ae794bbe
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const ImportFile = (props) => {
{exportTemplateButtonText}
</Button>
),
{extraButtons},
...(extraButtons || []),
<Button key="cancel" onClick={handleClose}>
取消
</Button>,