From 6829542c005fdc7d2054ccd6ca16f4df0da1e6c5 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Mon, 24 Feb 2020 11:36:10 -0500 Subject: [PATCH] chore: remove 'from', and push to correct key --- platform/viewer/src/connectedComponents/ToolbarRow.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/viewer/src/connectedComponents/ToolbarRow.js b/platform/viewer/src/connectedComponents/ToolbarRow.js index bea301bfb..86839fe07 100644 --- a/platform/viewer/src/connectedComponents/ToolbarRow.js +++ b/platform/viewer/src/connectedComponents/ToolbarRow.js @@ -95,10 +95,9 @@ class ToolbarRow extends Component { }); // TODO: This should come from extensions, instead of being baked in - this.buttonGroups.right.unshift({ + this.buttonGroups.left.unshift({ value: 'studies', icon: 'th-large', - from: 'left', bottomLabel: this.props.t('Series'), }); }