Skip to content

Commit

Permalink
pkp/pkp-lib#7495 show list of submissions as a table
Browse files Browse the repository at this point in the history
  • Loading branch information
forgive38 committed Mar 3, 2023
1 parent 45eafb5 commit 0997f00
Show file tree
Hide file tree
Showing 5 changed files with 2,085 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/components/Container/Container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import ListPanel from '@/components/ListPanel/ListPanel.vue';
import PkpForm from '@/components/Form/Form.vue';
import SelectReviewerListPanel from '@/components/ListPanel/users/SelectReviewerListPanel.vue';
import SubmissionsListPanel from '@/components/ListPanel/submissions/SubmissionsListPanel.vue';
import SubmissionsTablePanel from '@/components/Panel/SubmissionsTablePanel.vue';
export default {
name: 'Container',
Expand All @@ -11,6 +12,7 @@ export default {
PkpForm,
SelectReviewerListPanel,
SubmissionsListPanel,
SubmissionsTablePanel,
},
data() {
return {
Expand Down
Loading

0 comments on commit 0997f00

Please sign in to comment.