💬(demo) transform gender form into sex

To stick to civil information we rename gender field to sex.
This commit is contained in:
jbpenrath
2024-02-14 00:40:10 +01:00
committed by Jean-Baptiste PENRATH
parent 0ade12251e
commit 7320671589
3 changed files with 45 additions and 48 deletions

View File

@@ -83,8 +83,8 @@ export const Home = ({ changePage }: PageProps) => {
headerName: "Name",
},
{
field: "gender",
headerName: "Gender",
field: "sex",
headerName: "Sex",
},
{
id: "birthDate",