Skip to content

Commit

Permalink
fix: after hugh CR
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmiran137 committed Apr 13, 2021
1 parent f3f2c4e commit dc98bf6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class SliceHeaderControls extends React.PureComponent {
addSuccessToast,
addDangerToast,
isFullSize,
supersetCanShare,
} = this.props;
const crossFilterItems = getChartMetadataRegistry().items;
const isCrossFilter = Object.entries(crossFilterItems)
Expand Down Expand Up @@ -254,7 +255,7 @@ class SliceHeaderControls extends React.PureComponent {
</Menu.Item>
)}

{this.props.supersetCanShare && (
{supersetCanShare && (
<ShareMenuItems
url={getDashboardUrl(
window.location.pathname,
Expand Down

0 comments on commit dc98bf6

Please sign in to comment.