IO-809 Disable reconciliation on removed joblines.
This commit is contained in:
@@ -113,6 +113,9 @@ export default function JobReconcilitionPartsTable({
|
||||
onChange={handleTableChange}
|
||||
rowSelection={{
|
||||
onChange: handleOnRowClick,
|
||||
getCheckboxProps: (record) => ({
|
||||
disabled: record.removed,
|
||||
}),
|
||||
selectedRowKeys: selectedLines,
|
||||
}}
|
||||
rowClassName={(record) => record.removed && "text-strikethrough"}
|
||||
|
||||
Reference in New Issue
Block a user