Skip to content

Commit

Permalink
pkp/pkp-lib#7495 Adjust component name after renaming components (#4467)
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec authored Oct 8, 2024
1 parent d11bdcf commit 4d09136
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 @@ -229,13 +229,13 @@
</tab>
{/if}
<tab id="jats" label="{translate key="publication.jats"}">
<publication-section-jats
<workflow-publication-section-jats
v-bind="components.jats"
class="pkpWorkflow__jats"
@set="set"
:publication="workingPublication"
:publication-api-url="submissionApiUrl + '/publications/' + workingPublication.id"
></publication-section-jats>
></workflow-publication-section-jats>
</tab>
{if $canAccessProduction}
<tab id="galleys" label="{translate key="submission.layout.galleys"}">
Expand Down

0 comments on commit 4d09136

Please sign in to comment.