From 3ea43d711a136adb82e448af51734b8ca5fa75a1 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 14 Mar 2023 11:34:55 -0500 Subject: [PATCH] New: Display Parameters on History by default --- frontend/src/Store/Actions/historyActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Store/Actions/historyActions.js b/frontend/src/Store/Actions/historyActions.js index 172991b60..7ad498ba0 100644 --- a/frontend/src/Store/Actions/historyActions.js +++ b/frontend/src/Store/Actions/historyActions.js @@ -50,7 +50,7 @@ export const defaultState = { name: 'parameters', label: translate('Parameters'), isSortable: false, - isVisible: false + isVisible: true }, { name: 'grabTitle',