mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
fix archive type column
This commit is contained in:
parent
f35d3a4881
commit
1d8c286c79
@ -99,9 +99,9 @@ export const ArchiveTable = ({
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'Type',
|
|
||||||
Header: 'Type',
|
Header: 'Type',
|
||||||
width: 80,
|
accessor: 'type',
|
||||||
|
width: 85,
|
||||||
canSort: true,
|
canSort: true,
|
||||||
Cell: FeatureTypeCell,
|
Cell: FeatureTypeCell,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
Loading…
Reference in New Issue
Block a user