Add name,dob linking tools

This commit is contained in:
R
2023-02-01 00:51:14 +07:00
parent 21282be7b3
commit 59dd63a78f

View File

@@ -288,6 +288,14 @@ export default function CorporateForm({ isEdit, currentCorporate }: Props) {
value: 'email',
label: 'E-Mail',
},
{
value: 'name',
label: 'Nama Lengkap',
},
{
value: 'dob',
label: 'Tanggal Lahir',
},
];
const types = [