diff --git a/src/Explorer/Panes/AddCollectionPanel.tsx b/src/Explorer/Panes/AddCollectionPanel.tsx index 9a49f3fcd..81c94f980 100644 --- a/src/Explorer/Panes/AddCollectionPanel.tsx +++ b/src/Explorer/Panes/AddCollectionPanel.tsx @@ -597,15 +597,15 @@ export class AddCollectionPanel extends React.Component ); })} - {userContext.apiType === "SQL" && userContext.features.enableHierarchicalKeys && ( + {userContext.apiType === "SQL" && ( {this.state.subPartitionKeys.length > 0 && (