teacher edit image issue fix
This commit is contained in:
parent
2717ef7289
commit
67f411da39
|
@ -116,7 +116,7 @@ class TeacherUpdate extends React.Component<any, any>{
|
|||
gender= this.props.info.data.gender,
|
||||
phoneNumber = this.props.route.params.data.phone_number
|
||||
emailId = this.props.route.params.data.email_id
|
||||
imageInput = this.props.route.params.data.image,
|
||||
imageInput = this.props.info.data.image,
|
||||
date_of_birth = this.props.info.data.date_of_birth
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue