Skip to content

Commit

Permalink
hides Options panel in CMS viz card
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed May 26, 2023
1 parent c16d273 commit 43bf076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cms/src/components/cards/VisualizationCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class VisualizationCard extends Component {
<Card {...cardProps}>
{/* viz preview */}
{!isOpen && !fetchingVariables &&
<Viz {...vizProps} key="v" />
<Viz {...vizProps} key="v" hideOptions={true} />
}

{/* editor */}
Expand Down

0 comments on commit 43bf076

Please sign in to comment.