From 7a82422187b7dd1ce2fe536dceaf3ca5959ac935 Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 16 Dec 2024 18:33:07 +0800 Subject: [PATCH] chore: record ui --- web/app/components/datasets/hit-testing/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ? (