From db809f579c15d065207cd230a9187bb309e861bb Mon Sep 17 00:00:00 2001 From: Robin Dadswell Date: Sun, 3 Jan 2021 22:58:03 +0000 Subject: [PATCH] removed get columns as no longer user --- frontend/src/Author/Editor/AuthorEditor.js | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/frontend/src/Author/Editor/AuthorEditor.js b/frontend/src/Author/Editor/AuthorEditor.js index 4f71a2864..e8c4b4f43 100644 --- a/frontend/src/Author/Editor/AuthorEditor.js +++ b/frontend/src/Author/Editor/AuthorEditor.js @@ -23,46 +23,6 @@ import AuthorEditorFooter from './AuthorEditorFooter'; import AuthorEditorRowConnector from './AuthorEditorRowConnector'; import OrganizeAuthorModal from './Organize/OrganizeAuthorModal'; -function getColumns(showMetadataProfile) { - return [ - { - name: 'status', - isSortable: true, - isVisible: true - }, - { - name: 'sortName', - label: 'Name', - isSortable: true, - isVisible: true - }, - { - name: 'qualityProfileId', - label: 'Quality Profile', - isSortable: true, - isVisible: true - }, - { - name: 'metadataProfileId', - label: 'Metadata Profile', - isSortable: true, - isVisible: showMetadataProfile - }, - { - name: 'path', - label: 'Path', - isSortable: true, - isVisible: true - }, - { - name: 'tags', - label: 'Tags', - isSortable: false, - isVisible: true - } - ]; -} - class AuthorEditor extends Component { //