Skip to content

Commit

Permalink
fix(surveys): hide posthog branding bug (#18470)
Browse files Browse the repository at this point in the history
* fix(surveys): hide posthog branding bug

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (1)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
liyiy and github-actions[bot] authored Nov 8, 2023
1 parent 06e9938 commit 8da8592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/surveys/SurveyAppearance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export function Customization({ appearance, surveyQuestionItem, onAppearanceChan
</div>
}
onChange={(checked) => onAppearanceChange({ ...appearance, whiteLabel: checked })}
checked={appearance?.whiteLabel}
disabledReason={!whitelabelAvailable ? 'Upgrade to any paid plan to hide PostHog branding' : null}
/>
</div>
Expand Down

0 comments on commit 8da8592

Please sign in to comment.