Add name,dob linking tools
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user