Skip to content

Commit

Permalink
hotfixes proptype spread
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmullen committed Aug 16, 2022
1 parent d45393f commit 2da5a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cms/src/components/Viz/Viz.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ Viz.childContextTypes = {
print: PropTypes.bool,
updateSource: PropTypes.func,
variables: PropTypes.object,
compVariables: PropTypes.object
compVariables: PropTypes.object,
comparison: PropTypes.boolean
};

Viz.contextTypes = {
Expand Down

0 comments on commit 2da5a8f

Please sign in to comment.