chore: set API as studies object

This commit is contained in:
dannyrb 2020-02-24 11:16:24 -05:00
parent f68aaf973c
commit 3d0357c9c0

View File

@ -72,7 +72,9 @@ class ToolbarRow extends Component {
contexts.includes(actx)
);
// TODO: what should `isDisabled` receive?
const isDisabled = menuOption.isDisabled();
// studies? activeViewport?
// It's a bit beefy to pass studies; probably only need to be reactive on `studyInstanceUIDs` and activeViewport?
const isDisabled = menuOption.isDisabled(this.props.studies);
if (hasActiveContext && !isDisabled) {
const menuOptionEntry = {