Skip to content

Commit 8a29bf3

Browse files
committed
Fix Thoth panel pagination
1 parent 2090b2c commit 8a29bf3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

js/ui/components/ListPanel/ThothListItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const ListItem = SubmissionsListItemComponents.ListItem;
8787

8888

8989
pkp.Vue.component('thoth-list-item', {
90-
name: 'ThothListItem',
90+
name: 'ThothListItem',
9191
components: {
9292
Expander,
9393
List,

js/ui/components/ListPanel/ThothListPanel.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ const fetch = SubmissionsListPanel.mixins[0];
124124
const modal = SubmissionFilesListPanel.mixins[0];
125125
const ListPanel = SubmissionsListPanel.components.ListPanel;
126126
const Notification = ListPanel.components.Notification;
127-
const Pagination = SubmissionsListPanel.components.PkpHeader;
127+
const Pagination = SubmissionsListPanel.components.Pagination;
128128
const PkpHeader = ListPanel.components.PkpHeader;
129129
const PkpFilter = SubmissionsListPanel.components.PkpFilter;
130130
const Search = SubmissionsListPanel.components.Search;
131131

132132
pkp.Vue.component('thoth-list-panel', {
133-
name: 'ThothListPanel',
133+
name: 'ThothListPanel',
134134
components: {
135-
ListPanel,
135+
ListPanel,
136136
Notification,
137137
Pagination,
138138
PkpHeader,

0 commit comments

Comments
 (0)