💬(demo) transform gender form into sex
To stick to civil information we rename gender field to sex.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
0ade12251e
commit
7320671589
@@ -83,8 +83,8 @@ export const Home = ({ changePage }: PageProps) => {
|
||||
headerName: "Name",
|
||||
},
|
||||
{
|
||||
field: "gender",
|
||||
headerName: "Gender",
|
||||
field: "sex",
|
||||
headerName: "Sex",
|
||||
},
|
||||
{
|
||||
id: "birthDate",
|
||||
|
||||
Reference in New Issue
Block a user