Page Category
This commit is contained in:
@@ -72,7 +72,7 @@ export const PartnerComponent = observer((props) => {
|
||||
dataIndex: "status",
|
||||
key: "status",
|
||||
render: (text, record) => (
|
||||
<Button type={record?.status === true ? "primary" : "danger"}>
|
||||
<Button size="small" type={record?.status === true ? "primary" : "danger"}>
|
||||
{record?.status === true ? " ACTIVE" : "INACTIVE"}
|
||||
</Button>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user