Skip to content

Commit

Permalink
deposit: fixed thesis field.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo authored and kpsherva committed May 4, 2023
1 parent 7940e68 commit 9d43c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class Thesis extends Component {
<Grid padded>
<Grid.Column width="16">
<Input
fieldPath={`${fieldPath}.university`}
fieldPath={fieldPath}
label={university.label}
placeholder={university.placeholder}
/>
Expand Down

0 comments on commit 9d43c51

Please sign in to comment.