mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-30 15:21:02 +00:00
chore: Update AddFlowVariable component to remove unnecessary code in parameter management
This commit is contained in:
parent
1bc77f9148
commit
4bd4d0a974
@ -206,7 +206,7 @@ const AddFlowVariable: React.FC = () => {
|
||||
<Input placeholder='Parameter Description' />
|
||||
</Form.Item>
|
||||
|
||||
<MinusCircleOutlined onClick={() => remove(name)} className='relative mt-6' />
|
||||
<MinusCircleOutlined onClick={() => remove(name)} />
|
||||
</Space>
|
||||
))}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user