From 1a078657d85df0244a2890c316231ac43742fd44 Mon Sep 17 00:00:00 2001 From: 15 <756531815@qq.com> Date: Fri, 12 Sep 2025 09:39:17 +0800 Subject: [PATCH] Fixes #25530 (#25531) --- .../components/base/param-item/score-threshold-item.tsx | 7 +++---- web/app/components/base/param-item/top-k-item.tsx | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/web/app/components/base/param-item/score-threshold-item.tsx b/web/app/components/base/param-item/score-threshold-item.tsx index b5557c80cf..3790a2a074 100644 --- a/web/app/components/base/param-item/score-threshold-item.tsx +++ b/web/app/components/base/param-item/score-threshold-item.tsx @@ -20,7 +20,6 @@ const VALUE_LIMIT = { max: 1, } -const key = 'score_threshold' const ScoreThresholdItem: FC = ({ className, value, @@ -39,9 +38,9 @@ const ScoreThresholdItem: FC = ({ return ( = ({ className, value, @@ -41,9 +40,9 @@ const TopKItem: FC = ({ return (