chore: Update AddFlowVariable component to remove unnecessary code in parameter management

This commit is contained in:
谨欣 2024-09-03 02:44:58 +08:00
parent 1bc77f9148
commit 4bd4d0a974

View File

@ -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>
))}