Skip to content

Commit

Permalink
reverted thesis field change
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah authored and zzacharo committed Sep 21, 2023
1 parent 1a10c8f commit 7cca97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion invenio_rdm_records/contrib/thesis/custom_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"section": _("Thesis"),
"fields": [
{
"field": "thesis:thesis",
"field": "thesis:university",
"ui_widget": "Thesis",
"props": {
"label": _("Thesis"),
Expand Down

0 comments on commit 7cca97d

Please sign in to comment.