feat: add KeywordExtractForm and BaiduForm and DuckDuckGoForm #918 (#1477)

### What problem does this PR solve?
feat: add KeywordExtractForm and BaiduForm and DuckDuckGoForm #918


### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-12 11:37:31 +08:00
committed by GitHub
parent ddeac9ab3d
commit 575099df2d
9 changed files with 99 additions and 28 deletions

View File

@ -27,7 +27,6 @@ const MessageForm = ({ onValuesChange, form }: IOperatorForm) => {
<Form
name="basic"
{...formItemLayoutWithOutLabel}
initialValues={{ remember: true }}
onValuesChange={onValuesChange}
autoComplete="off"
form={form}