mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-24 20:06:55 +01:00
feat: set accessor on status field for health (#2016)
This commit is contained in:
parent
f06470dfa7
commit
7e77270ba5
@ -194,6 +194,7 @@ const COLUMNS = [
|
|||||||
{
|
{
|
||||||
Header: 'Status',
|
Header: 'Status',
|
||||||
id: 'status',
|
id: 'status',
|
||||||
|
accessor: 'status',
|
||||||
Cell: ReportStatusCell,
|
Cell: ReportStatusCell,
|
||||||
disableGlobalFilter: true,
|
disableGlobalFilter: true,
|
||||||
width: 180,
|
width: 180,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user