feat: workflow variable aggregator support group (#4811)
Co-authored-by: Yeuoly <admin@srmxy.cn>
This commit is contained in:
@@ -43,7 +43,7 @@ const Node: FC<NodeProps<VariableAssignerNodeType>> = (props) => {
|
||||
}, [t, advanced_settings, data, id])
|
||||
|
||||
return (
|
||||
<div className='relative mb-1 px-1' ref={ref}>
|
||||
<div className='relative mb-1 px-1 space-y-0.5' ref={ref}>
|
||||
{
|
||||
groups.map((item) => {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user