0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00

feat: Allow experimentation mode to always bypass preflight (#17316)

This commit is contained in:
Tiina Turban 2023-09-05 15:12:03 +02:00 committed by GitHub
parent 9c7607e995
commit 9e25965407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ export function PreflightCheck(): JSX.Element {
</LemonButton>
</div>
<LemonDivider thick dashed className="my-6" />
{checksSummary.summaryStatus !== 'error' ? (
{checksSummary.summaryStatus !== 'error' || preflightMode == 'experimentation' ? (
<LemonButton
fullWidth
center