fix hound [SCI-10189]

This commit is contained in:
Giga Chubinidze 2024-02-20 13:37:17 +04:00
parent 3f5b0dd30c
commit d4661fc2c7

View file

@ -124,17 +124,17 @@ export default {
flex: 1,
headerName: this.i18n.t('projects.index.card.name'),
sortable: true,
cellRenderer: this.nameRenderer,
cellRenderer: this.nameRenderer
},
{
field: 'code',
headerName: this.i18n.t('projects.index.card.id'),
sortable: true,
sortable: true
},
{
field: 'created_at',
headerName: this.i18n.t('projects.index.card.start_date'),
sortable: true,
sortable: true
},
{
field: 'users',
@ -143,8 +143,7 @@ export default {
sortable: false,
minWidth: 210,
notSelectable: true
},
];
}];
if (this.currentViewMode === 'archived') {
columns.push({