mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-17 01:43:49 +08:00
feat: update antd from 5.2.3 to 5.24.1 (#3593)
This commit is contained in:
@ -106,8 +106,8 @@ class RoleListPage extends BaseListPage {
|
||||
|
||||
return (
|
||||
<Upload {...props}>
|
||||
<Button type="primary" size="small">
|
||||
<UploadOutlined /> {i18next.t("user:Upload (.xlsx)")}
|
||||
<Button icon={<UploadOutlined />} type="primary" size="small">
|
||||
{i18next.t("user:Upload (.xlsx)")}
|
||||
</Button>
|
||||
</Upload>
|
||||
);
|
||||
|
Reference in New Issue
Block a user