IO-2711 Check Box Visibility

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-03-19 14:30:31 -07:00
parent f98c9e6f71
commit d1132e7d45
4 changed files with 6 additions and 10 deletions

View File

@@ -167,9 +167,7 @@ export function ExportLogsPageComponent({ bodyshop }) {
{ text: "False", value: false },
],
onFilter: (value, record) => record.successful === value,
render: (text, record) => (
<Checkbox disabled checked={record.successful} />
),
render: (text, record) => <Checkbox checked={record.successful} />,
},
{
title: t("general.labels.message"),