Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/#423' into allfunctionality
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Nov 19, 2020
2 parents 417be8f + 4b3a052 commit f3b3e73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/components/common/Surfaces/Panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const Panel = memo(
{title && (
<Grid
item
xs={hasExpansion || headerActions ? (headerActions && headerActions.length > 1 ? 5 : 6) : 12}
xs={hasExpansion || headerActions ? (headerActions && headerActions.length > 1 ? 4 : 6) : 12}
className={classes.headerTitle}
>
{withTooltip ? (
Expand All @@ -136,7 +136,7 @@ export const Panel = memo(
container
direction="row"
justify="flex-end"
xs={title ? (headerActions && headerActions.length > 1 ? 7 : 6) : 12}
xs={title ? (headerActions && headerActions.length > 1 ? 8 : 6) : 12}
>
{headerActions &&
headerActions.map((action, index) => (
Expand Down
2 changes: 1 addition & 1 deletion js/components/datasets/datasetMoleculeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ export const DatasetMoleculeView = memo(
setRef(ref.current);
}
}}
disabled={true}
disabled={disableUserInteraction}
>
X
</Button>
Expand Down

0 comments on commit f3b3e73

Please sign in to comment.