1
0
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:
Tymoteusz Czech 2022-06-14 09:36:33 +02:00
parent f35d3a4881
commit 1d8c286c79

View File

@ -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',