Skip to content

Commit

Permalink
Complete HTTP alert
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Dec 21, 2023
1 parent 49f7ab9 commit 92457e9
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,27 +121,6 @@ const Http: React.FC<HttpProps> = (props) => {
</Col>
</Row>

{/*<ProFormList*/}
{/* name={['params', 'body']}*/}
{/* label={l('rc.ai.http.body')}*/}
{/* copyIconProps={false}*/}
{/* required*/}
{/* initialValue={[{ key: '', value: '' }]}*/}
{/* deleteIconProps={{*/}
{/* tooltipText: l('rc.cc.deleteConfig')*/}
{/* }}*/}
{/* creatorButtonProps={{*/}
{/* style: { width: '100%' },*/}
{/* creatorButtonText: l('rc.cc.addConfig')*/}
{/* }}*/}
{/*>*/}
{/* <ProFormGroup key='bodyGroup' style={{ width: '100%' }}>*/}
{/* <Space key={'config'} style={{ width: '100%' }} align='baseline'>*/}
{/* <ProFormText width={'md'} name='key' placeholder={l('rc.cc.key')} />*/}
{/* <ProFormText width={'lg'} name='value' placeholder={l('rc.cc.value')} />*/}
{/* </Space>*/}
{/* </ProFormGroup>*/}
{/*</ProFormList>*/}
</>
);
};
Expand Down

0 comments on commit 92457e9

Please sign in to comment.