Skip to content

Commit

Permalink
docs: wrong doc fixed (#7802)
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours authored Oct 24, 2023
1 parent 6d6388e commit 772c150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form/src/BaseForm/BaseForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export type CommonFormProps<
* submitter={{ render:(props,dom)=> [...dom.reverse()]}}
*
* @example 修改提交和重置按钮文字
* submitter={{ searchConfig: { submitText: '提交2',restText: '重置2'}}}
* submitter={{ searchConfig: { submitText: '提交2',resetText: '重置2'}}}
*/
submitter?:
| SubmitterProps<{
Expand Down

0 comments on commit 772c150

Please sign in to comment.