Hide launch quick start button and postgres teaching bubbles if account is a replica (#1344)

This commit is contained in:
victor-meng
2022-10-19 17:12:41 -07:00
committed by GitHub
parent 00eb07da11
commit 1ce3adff0f
5 changed files with 9 additions and 7 deletions

View File

@@ -397,6 +397,7 @@ export interface DataExplorerInputsFrame {
dataExplorerVersion?: string;
defaultCollectionThroughput?: CollectionCreationDefaults;
isPostgresAccount?: boolean;
isReplica?: boolean;
// TODO: Update this param in the OSS extension to remove isFreeTier, isMarlinServerGroup, and make nodes a flat array instead of an nested array
connectionStringParams?: any;
flights?: readonly string[];