wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/workflow/nodes/variable-assigner/panel.tsx
@@ -7,7 +7,7 @@
import type { VariableAssignerNodeType } from './types'
import VarGroupItem from './components/var-group-item'
import cn from '@/utils/classnames'
import type { NodePanelProps } from '@/app/components/workflow/types'
import { type NodePanelProps } from '@/app/components/workflow/types'
import Split from '@/app/components/workflow/nodes/_base/components/split'
import OutputVars, { VarItem } from '@/app/components/workflow/nodes/_base/components/output-vars'
import Switch from '@/app/components/base/switch'
@@ -39,7 +39,7 @@
  return (
    <div className='mt-2'>
      <div className='space-y-4 px-4 pb-4'>
      <div className='px-4 pb-4 space-y-4'>
        {!isEnableGroup
          ? (
            <VarGroupItem
@@ -99,6 +99,7 @@
      {isEnableGroup && (
        <>
          <Split />
          <div className='px-4 pt-4 pb-2'>
          <OutputVars>
            <>
              {inputs.advanced_settings?.groups.map((item, index) => (
@@ -113,6 +114,7 @@
              ))}
            </>
          </OutputVars>
          </div>
        </>
      )}
      <RemoveEffectVarConfirm