chore: specify left side for built-in series button (thumbnails)

This commit is contained in:
dannyrb 2020-02-24 11:35:34 -05:00
parent 85fed49eb1
commit 846c9c1c54

View File

@ -98,6 +98,7 @@ class ToolbarRow extends Component {
this.buttonGroups.right.unshift({
value: 'studies',
icon: 'th-large',
from: 'left',
bottomLabel: this.props.t('Series'),
});
}