add button text

dev
FrozenArcher 2024-03-14 21:19:13 +08:00
parent 3187c7be28
commit 36bc6653e2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const DutyTablePage: FC = () => {
return false;
}}
>
<Button icon={<UploadOutlined />} />
<Button icon={<UploadOutlined />}></Button>
</Upload>
);
};