mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-04 10:00:17 +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' />
|
<Input placeholder='Parameter Description' />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|
||||||
<MinusCircleOutlined onClick={() => remove(name)} className='relative mt-6' />
|
<MinusCircleOutlined onClick={() => remove(name)} />
|
||||||
</Space>
|
</Space>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user