소스 검색

fix: bg typo in variable aggregator node (#11376)

Yi Xiao 8 달 전
부모
커밋
6180762160
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/app/components/workflow/nodes/variable-assigner/components/node-variable-item.tsx

+ 1 - 1
web/app/components/workflow/nodes/variable-assigner/components/node-variable-item.tsx

@@ -33,7 +33,7 @@ const NodeVariableItem = ({
   const { t } = useTranslation()
   return (
     <div className={cn(
-      'relative flex items-center p-[3px] pl-[5px] gap-1 self-stretch rounded-md bg-workflow-block-param-bg',
+      'relative flex items-center p-[3px] pl-[5px] gap-1 self-stretch rounded-md bg-workflow-block-parma-bg',
       showBorder && '!bg-black/[0.02]',
       className,
     )}>