@@ -124,7 +124,10 @@ const Staff: React.FC<ListProps> = ({ schema, dataID, dispatch, accountTypeList
defaultFormData: {
institution: null,
ID: record.ID,
+ account: record.account,
name: record.name,
+ gender: record.gender,
+ phone: record.phone,
institutionID: record.institution.ID,
accountType: record.accountType,
dataID: record.institutionID