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:
parent
9c7607e995
commit
9e25965407
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user