Skip to content

Commit

Permalink
docs(ProFormList): 完善 defaultActionDom 描述 (#7420) (#7424)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlboy authored Jul 28, 2023
1 parent 3657b98 commit fd4b9fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/form/src/components/Group/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ return (
action: FormListOperation,
/**
* Default operation dom
* [delete, copy, add]
* [copy, delete]
*/
defaultActionDom: ReactNode[],
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/form/src/components/Group/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ return (
action: FormListOperation,
/**
* 默认的操作dom
* [删除,复制,新增]
* [复制,删除]
*/
defaultActionDom: ReactNode[],
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/form/src/components/List/ListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export type ProFromListCommonProps = {
action: FormListOperation,
/**
* 默认的操作dom
* [删除,复制,新增]
* [复制,删除]
*/
defaultActionDom: ReactNode[],
/**
Expand Down

0 comments on commit fd4b9fd

Please sign in to comment.