Add name,dob linking tools
This commit is contained in:
@@ -288,6 +288,14 @@ export default function CorporateForm({ isEdit, currentCorporate }: Props) {
|
|||||||
value: 'email',
|
value: 'email',
|
||||||
label: 'E-Mail',
|
label: 'E-Mail',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: 'name',
|
||||||
|
label: 'Nama Lengkap',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'dob',
|
||||||
|
label: 'Tanggal Lahir',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const types = [
|
const types = [
|
||||||
|
|||||||
Reference in New Issue
Block a user