File tree Expand file tree Collapse file tree
js/ui/components/ListPanel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const ListItem = SubmissionsListItemComponents.ListItem;
8787
8888
8989pkp . Vue . component ( 'thoth-list-item' , {
90- name : 'ThothListItem' ,
90+ name : 'ThothListItem' ,
9191 components : {
9292 Expander,
9393 List,
Original file line number Diff line number Diff line change @@ -124,15 +124,15 @@ const fetch = SubmissionsListPanel.mixins[0];
124124const modal = SubmissionFilesListPanel . mixins [ 0 ] ;
125125const ListPanel = SubmissionsListPanel . components . ListPanel ;
126126const Notification = ListPanel . components . Notification ;
127- const Pagination = SubmissionsListPanel . components . PkpHeader ;
127+ const Pagination = SubmissionsListPanel . components . Pagination ;
128128const PkpHeader = ListPanel . components . PkpHeader ;
129129const PkpFilter = SubmissionsListPanel . components . PkpFilter ;
130130const Search = SubmissionsListPanel . components . Search ;
131131
132132pkp . Vue . component ( 'thoth-list-panel' , {
133- name : 'ThothListPanel' ,
133+ name : 'ThothListPanel' ,
134134 components : {
135- ListPanel,
135+ ListPanel,
136136 Notification,
137137 Pagination,
138138 PkpHeader,
You can’t perform that action at this time.
0 commit comments