Skip to content

Commit

Permalink
fix: defaults for privacy and gdpr
Browse files Browse the repository at this point in the history
  • Loading branch information
timrbula committed Jan 6, 2023
1 parent d272b8d commit 9d444e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/UIShell/UIShell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ function UIShell({
platformName,
productName,
renderLogo,
renderGdprRedirect = false,
renderGdprRedirect = true,
renderFlowDocs,
renderPrivacyStatement = false,
renderPrivacyStatement = true,
renderRightPanel = {},
renderSidenav,
skipToContentProps,
Expand Down

0 comments on commit 9d444e2

Please sign in to comment.