mirror of https://github.com/Radarr/Radarr
Remove column labels from Interactive Search
This commit is contained in:
parent
27f45b8fd6
commit
0e2c98827f
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue