feat: update button label from 'Add Data' to 'Add Role' in ListRole component
This commit is contained in:
@@ -229,7 +229,7 @@ const ListRole = memo(function ListRole(props) {
|
|||||||
onClick={() => showAddModal()}
|
onClick={() => showAddModal()}
|
||||||
size="large"
|
size="large"
|
||||||
>
|
>
|
||||||
Add Data
|
Add Role
|
||||||
</Button>
|
</Button>
|
||||||
</ConfigProvider>
|
</ConfigProvider>
|
||||||
</Space>
|
</Space>
|
||||||
|
|||||||
Reference in New Issue
Block a user