Skip to content

Commit

Permalink
Fixed import again--properly this time
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Aug 3, 2023
1 parent 2431cf2 commit 555c806
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ import { CustomFieldInjector,
LanguagesComponent,
LicensesComponent,
MetadataOnlyComponent,
OrganizationDetailComponent,
PreviouslyPublishedComponent,
PublisherDoiComponent,
PublisherComponent,
Expand All @@ -109,6 +108,7 @@ import {AccessRightsComponent,
CombinedTitlesComponent,
DeleteComponent,
JournalDetailComponent,
OrganizationDetailsComponent,
PublicationDetailsComponent,
SubjectKeywordsComponent,
SubmissionComponent,
Expand Down Expand Up @@ -213,7 +213,7 @@ const fieldComponents = {
[]],
journal_detail: [JournalDetailComponent,
['custom_fields.journal:journal.issn', 'custom_fields.journal:journal.title', 'custom_fields.journal:journal.volume', 'custom_fields.journal:journal.issue', 'custom_fields.journal:journal.pages']],
organization_detail: [OrganizationDetailComponent,
organization_detail: [OrganizationDetailsComponent,
['custom_fields.kcr:sponsoring_institution',
'custom_fields.imprint:imprint.place']
],
Expand Down

0 comments on commit 555c806

Please sign in to comment.