From c2f2e8ca863ad998fd0dc53dcb79281f04a31083 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 6 Jun 2025 14:00:10 +0800 Subject: [PATCH] chore: revert sys new icons --- .../nodes/_base/components/variable/var-reference-vars.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/app/components/workflow/nodes/_base/components/variable/var-reference-vars.tsx b/web/app/components/workflow/nodes/_base/components/variable/var-reference-vars.tsx index e8cce14453..023916ec5b 100644 --- a/web/app/components/workflow/nodes/_base/components/variable/var-reference-vars.tsx +++ b/web/app/components/workflow/nodes/_base/components/variable/var-reference-vars.tsx @@ -13,7 +13,7 @@ import { PortalToFollowElemTrigger, } from '@/app/components/base/portal-to-follow-elem' import Input from '@/app/components/base/input' -import { BubbleX, Env, GlobalVariable } from '@/app/components/base/icons/src/vender/line/others' +import { BubbleX, Env } from '@/app/components/base/icons/src/vender/line/others' import { checkKeys } from '@/utils/var' import type { StructuredOutput } from '../../../llm/types' import { Type } from '../../../llm/types' @@ -148,9 +148,8 @@ const Item: FC = ({ onMouseDown={e => e.preventDefault()} >
- {!isEnv && !isChatVar && !isLoopVar && !isSys && } + {!isEnv && !isChatVar && !isLoopVar && } {isEnv && } - {isSys && } {isChatVar && } {isLoopVar && } {!isEnv && !isChatVar && (