mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 02:29:03 +08:00
fix: bg typo in variable aggregator node (#11376)
This commit is contained in:
parent
376726cf90
commit
6180762160
@ -33,7 +33,7 @@ const NodeVariableItem = ({
|
|||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
return (
|
return (
|
||||||
<div className={cn(
|
<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]',
|
showBorder && '!bg-black/[0.02]',
|
||||||
className,
|
className,
|
||||||
)}>
|
)}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user