Remove column labels from Interactive Search

This commit is contained in:
Bogdan 2023-08-29 05:31:50 +03:00
parent 27f45b8fd6
commit 0e2c98827f
1 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@ const columns = [
},
{
name: 'rejections',
columnLabel: () => translate('Rejections'),
label: React.createElement(Icon, {
name: icons.DANGER,
title: () => translate('Rejections')
@ -93,7 +92,6 @@ const columns = [
},
{
name: 'customFormatScore',
columnLabel: () => translate('CustomFormatScore'),
label: React.createElement(Icon, {
name: icons.SCORE,
title: () => translate('CustomFormatScore')
@ -103,7 +101,6 @@ const columns = [
},
{
name: 'indexerFlags',
columnLabel: () => translate('IndexerFlags'),
label: React.createElement(Icon, {
name: icons.FLAG,
title: () => translate('IndexerFlags')