Skip to content

Commit

Permalink
pkp/pkp-lib#7505 Review Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat authored and asmecher committed Dec 18, 2023
1 parent 6e5de30 commit 9305114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/workflow/workflow.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@
</tab>
{/if}
<tab id="jats" label="{translate key="publication.jats"}">
<pkp-publication-jats
<publication-section-jats
v-bind="components.jats"
class="pkpWorkflow__jats"
@set="set"
:publication="workingPublication"
:publication-api-url="submissionApiUrl + '/publications/' + workingPublication.id"
></pkp-publication-jats>
></publication-section-jats>
</tab>
{if $canAccessProduction}
<tab id="galleys" label="{translate key="submission.layout.galleys"}">
Expand Down

0 comments on commit 9305114

Please sign in to comment.