Skip to content

Commit

Permalink
removes viz titles from print Tables
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Aug 7, 2020
1 parent fb696aa commit 97b0226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cms/src/components/ProfileRenderer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class ProfileRenderer extends Component {
subtitles: [],
position: "default",
type: "SingleColumn",
configOverride: {type: "Table", showPagination: false, minRows: 0}
configOverride: {title: false, type: "Table", showPagination: false, minRows: 0}
}]);
groupedSections.push([[groupingStubSection], ...printSections]);
}
Expand Down

0 comments on commit 97b0226

Please sign in to comment.