diff --git a/frontend/src/InteractiveSearch/releaseOptionsStore.ts b/frontend/src/InteractiveSearch/releaseOptionsStore.ts index 80ac76262..4dc624a82 100644 --- a/frontend/src/InteractiveSearch/releaseOptionsStore.ts +++ b/frontend/src/InteractiveSearch/releaseOptionsStore.ts @@ -52,7 +52,7 @@ const { useOptions, useOption, getOptions, getOption, setOptions, setOption } = }, { name: 'history', - label: translate('History'), + label: () => translate('History'), isSortable: true, fixedSortDirection: 'ascending', isVisible: true,