chore: remove 'from', and push to correct key

This commit is contained in:
dannyrb 2020-02-24 11:36:10 -05:00
parent 846c9c1c54
commit 6829542c00

View File

@ -95,10 +95,9 @@ class ToolbarRow extends Component {
}); });
// TODO: This should come from extensions, instead of being baked in // TODO: This should come from extensions, instead of being baked in
this.buttonGroups.right.unshift({ this.buttonGroups.left.unshift({
value: 'studies', value: 'studies',
icon: 'th-large', icon: 'th-large',
from: 'left',
bottomLabel: this.props.t('Series'), bottomLabel: this.props.t('Series'),
}); });
} }