1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

feat: set accessor on status field for health (#2016)

This commit is contained in:
Christopher Kolstad 2022-08-31 13:21:12 +02:00 committed by GitHub
parent f06470dfa7
commit 7e77270ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,6 +194,7 @@ const COLUMNS = [
{
Header: 'Status',
id: 'status',
accessor: 'status',
Cell: ReportStatusCell,
disableGlobalFilter: true,
width: 180,