Skip to content

Commit

Permalink
pkp/pkp-lib#9744 Remove registration of pages components as they are …
Browse files Browse the repository at this point in the history
…imported by parent component - Page.vue
  • Loading branch information
blesildaramirez committed Sep 4, 2024
1 parent e644276 commit 9442961
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ import StatsContextPage from '@/components/Container/StatsContextPage.vue';
import StatsUsersPage from '@/components/Container/StatsUsersPage.vue';
import SubmissionWizardPage from '@/components/Container/SubmissionWizardPageOPS.vue';
import WorkflowPage from '@/components/Container/WorkflowPageOPS.vue';
import JobsPage from '@/pages/jobs/JobsPage.vue';
import FailedJobsPage from '@/pages/jobs/FailedJobsPage.vue';
import FailedJobDetailsPage from '@/pages/jobs/FailedJobDetailsPage.vue';

// Expose Vue, the registry and controllers in a global var
window.pkp = Object.assign(PkpLoad, window.pkp || {}, {
Expand All @@ -50,9 +47,6 @@ window.pkp = Object.assign(PkpLoad, window.pkp || {}, {
DoiPage,
ImportExportPage,
ManageEmailsPage,
JobsPage,
FailedJobsPage,
FailedJobDetailsPage,
SettingsPage,
StartSubmissionPage,
StatsEditorialPage,
Expand Down

0 comments on commit 9442961

Please sign in to comment.