fix: typo
This commit is contained in:
parent
25f69cb012
commit
61a8dd4ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const DEFAULT_FIELD = {
|
|||
format: (value, _) => value.replace(/0/, 'O'),
|
||||
},
|
||||
nationality: {
|
||||
field: 'country',
|
||||
field: 'nationality',
|
||||
format: (value, _) => value.replace(/0/, 'O'),
|
||||
},
|
||||
gender: { field: 'sex' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue