From 59dd63a78f4fc92e75899669c6bf64f184fda225 Mon Sep 17 00:00:00 2001 From: R Date: Wed, 1 Feb 2023 00:51:14 +0700 Subject: [PATCH] Add name,dob linking tools --- frontend/dashboard/src/pages/Corporates/Form.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/dashboard/src/pages/Corporates/Form.tsx b/frontend/dashboard/src/pages/Corporates/Form.tsx index 4fb934c1..b3f02371 100755 --- a/frontend/dashboard/src/pages/Corporates/Form.tsx +++ b/frontend/dashboard/src/pages/Corporates/Form.tsx @@ -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 = [