From 73950ca43194bfd9dd47bceeea188718d4aaf741 Mon Sep 17 00:00:00 2001 From: ta264 Date: Thu, 2 Sep 2021 21:12:13 +0100 Subject: [PATCH] Fixed: Show metadata profile in mass editor by default --- frontend/src/Store/Actions/authorEditorActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Store/Actions/authorEditorActions.js b/frontend/src/Store/Actions/authorEditorActions.js index a7754c648..583784cb6 100644 --- a/frontend/src/Store/Actions/authorEditorActions.js +++ b/frontend/src/Store/Actions/authorEditorActions.js @@ -55,7 +55,7 @@ export const defaultState = { name: 'metadataProfileId', label: 'Metadata Profile', isSortable: true, - isVisible: false + isVisible: true }, { name: 'path',