diff --git a/frontend/components/containers/documents/DocumentList.vue b/frontend/components/containers/documents/DocumentList.vue index 54ee1297..dbe97808 100644 --- a/frontend/components/containers/documents/DocumentList.vue +++ b/frontend/components/containers/documents/DocumentList.vue @@ -39,6 +39,15 @@ + diff --git a/frontend/store/documents.js b/frontend/store/documents.js index 80d775b7..2462aac6 100644 --- a/frontend/store/documents.js +++ b/frontend/store/documents.js @@ -29,6 +29,12 @@ export const getters = { align: 'left', value: 'meta', sortable: false + }, + { + text: 'Action', + align: 'left', + value: 'action', + sortable: false } ] },