diff --git a/web/app/components/datasets/hit-testing/index.tsx b/web/app/components/datasets/hit-testing/index.tsx index 99f031c0ea..83c4bb9a3f 100644 --- a/web/app/components/datasets/hit-testing/index.tsx +++ b/web/app/components/datasets/hit-testing/index.tsx @@ -119,7 +119,7 @@ const HitTesting: FC = ({ datasetId }: Props) => { retrievalConfig={retrievalConfig} isEconomy={currentDataset?.indexing_technique === 'economy'} /> -
{t('datasetHitTesting.records')}
+
{t('datasetHitTesting.records')}
{(!recordsRes && !error) ? (