Skip to content

Commit

Permalink
pkp/pkp-lib#6850 Fix author grid elsewhere in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Dec 13, 2021
1 parent 3457189 commit 828f957
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,11 @@
:items="workingPublication.authors"
:items-max="workingPublication.authors.length"
:publication="workingPublication"
@edited="contributorEdited"
@added="contributorAdded"
@deleted="contributorDeleted"
@primary-contact-changed="primaryContactChanged"
@contributors-order-changed="contributorsOrderChanged"
@preview-publication-authors="previewPublicationAuthors"
@reset-contributors="resetContributors"
:publication-api-url="
submissionApiUrl + '/publications/' + workingPublication.id
"
@updated:publication="setWorkingPublication"
@updated:contributors="setContributors"
></contributors-list-panel>
</tab>
<tab id="metadata" label="Metadata">
Expand Down

0 comments on commit 828f957

Please sign in to comment.