diff --git a/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx b/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx index 3455176a6..7db7546e4 100644 --- a/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx +++ b/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx @@ -406,9 +406,9 @@ export class AddCollectionPanel extends React.Component )} + )} - @@ -448,8 +448,9 @@ export class AddCollectionPanel extends React.Component + - + {this.shouldShowIndexingOptionsForFreeTierAccount() && ( @@ -644,7 +645,7 @@ export class AddCollectionPanel extends React.Component ); })} - {!isFabricNative() && userContext.apiType === "SQL" && ( + {userContext.apiType === "SQL" && ( )} - + {!isFabricNative() && userContext.apiType === "SQL" && ( + + )} {shouldShowAnalyticalStoreOptions() && ( diff --git a/src/Explorer/Panes/AddCollectionPanel/__snapshots__/AddCollectionPanel.test.tsx.snap b/src/Explorer/Panes/AddCollectionPanel/__snapshots__/AddCollectionPanel.test.tsx.snap index 39bb1bccd..c4cfa4afa 100644 --- a/src/Explorer/Panes/AddCollectionPanel/__snapshots__/AddCollectionPanel.test.tsx.snap +++ b/src/Explorer/Panes/AddCollectionPanel/__snapshots__/AddCollectionPanel.test.tsx.snap @@ -142,16 +142,16 @@ exports[`AddCollectionPanel should render Default properly 1`] = ` - - + /> + - - + /> +