fix(editor): Fix feature flag check when PH is unavailable (#3944)

🐛 Fix feature flag check when PH is unavailable
This commit is contained in:
Iván Ovejero
2022-08-25 15:11:37 +02:00
committed by GitHub
parent a21dbdc45b
commit 93c26dac28
2 changed files with 7 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ interface posthog {
callback?: Function,
): unknown;
};
getFeatureFlag?: (flagName: string) => boolean;
}
export interface IUserNodesPanelSession {