Skip to content

Commit

Permalink
adusted farmer registration input
Browse files Browse the repository at this point in the history
  • Loading branch information
ayenisholah committed Sep 23, 2019
1 parent 4ced9ec commit 4ae8b3d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/components/common/Input/addFarmerData.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,24 +497,6 @@ export const guarantor = {
value: '',
valid: true
},
grt_surname: {
elementType: 'input',
name: 'grt_surname',
type: 'text',
labelName: 'Surname',
value: '',
valid: false,
touched: false
},
grt_first_name: {
elementType: 'input',
name: 'grt_first_name',
type: 'text',
labelName: 'First Name',
value: '',
valid: false,
touched: false
},
grt_gender: {
elementType: 'select',
placeholder: 'Please Select',
Expand Down Expand Up @@ -556,6 +538,24 @@ export const guarantor = {
valid: false,
touched: false
},
grt_surname: {
elementType: 'input',
name: 'grt_surname',
type: 'text',
labelName: 'Surname',
value: '',
valid: false,
touched: false
},
grt_first_name: {
elementType: 'input',
name: 'grt_first_name',
type: 'text',
labelName: 'First Name',
value: '',
valid: false,
touched: false
},
grt_residential_address: {
elementType: 'input',
name: 'grt_residential_address',
Expand Down

0 comments on commit 4ae8b3d

Please sign in to comment.