chore: remove 'from', and push to correct key
This commit is contained in:
parent
846c9c1c54
commit
6829542c00
@ -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'),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user