Skip to content

Commit

Permalink
add deprecated tag to fieldKey
Browse files Browse the repository at this point in the history
  • Loading branch information
nanianlisao committed Jun 6, 2022
1 parent 9a3a645 commit 061ebe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/form/FormList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { FormItemPrefixContext } from './context';
export interface FormListFieldData {
name: number;
key: number;
/** @deprecated No need anymore Use key instead */
fieldKey?:number
}

Expand Down

0 comments on commit 061ebe0

Please sign in to comment.