From 4186821de89970eea1a81904ce5a78889c4b477e Mon Sep 17 00:00:00 2001
From: chanx <1243304602@qq.com>
Date: Tue, 10 Feb 2026 14:04:50 +0800
Subject: [PATCH] Fix: Bugs fixed (#13086)
### What problem does this PR solve?
Fix: Bugs fixed
- metadata icon error
- search page's image not display
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
---
web/src/constants/agent.tsx | 11 ++++++++---
web/src/pages/next-search/search-view.tsx | 10 ++++++----
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/web/src/constants/agent.tsx b/web/src/constants/agent.tsx
index 9521bafa24..0f80e2a115 100644
--- a/web/src/constants/agent.tsx
+++ b/web/src/constants/agent.tsx
@@ -1,5 +1,10 @@
import { setInitialChatVariableEnabledFieldValue } from '@/utils/chat';
-import { Circle, CircleSlash2 } from 'lucide-react';
+import {
+ Circle,
+ CircleDashed,
+ CircleDotDashed,
+ CircleSlash2,
+} from 'lucide-react';
import { ChatVariableEnabledField, variableEnabledFieldMap } from './chat';
export enum ProgrammingLanguage {
@@ -173,12 +178,12 @@ export const SwitchOperatorOptions = [
{
value: ComparisonOperator.In,
label: 'in',
- icon: