Skip to content

Commit

Permalink
pkp/pkp-lib#9744 Move JobsPageBase to /pages/jobs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Sep 4, 2024
1 parent decc37a commit 8029ead
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/jobs/FailedJobsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
/>
</template>
<script>
import JobsPageBase from '@/components/Container/JobsPageBase.vue';
import JobsPageBase from './JobsPageBase.vue';
import PkpTable from '@/components/TableNext/Table.vue';
import TableHeader from '@/components/TableNext/TableHeader.vue';
import TableColumn from '@/components/TableNext/TableColumn.vue';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/jobs/JobsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</template>

<script>
import JobsPageBase from '@/components/Container/JobsPageBase.vue';
import JobsPageBase from './JobsPageBase.vue';
import PkpTable from '@/components/TableNext/Table.vue';
import TableHeader from '@/components/TableNext/TableHeader.vue';
import TableColumn from '@/components/TableNext/TableColumn.vue';
Expand Down
File renamed without changes.

0 comments on commit 8029ead

Please sign in to comment.