From a827e79317c933b0d1c3ebeef6d5b0e4686ffb67 Mon Sep 17 00:00:00 2001 From: sunghyunkang1111 <114709653+sunghyunkang1111@users.noreply.github.com> Date: Fri, 3 Feb 2023 10:15:35 -0600 Subject: [PATCH] remove feature flag and add preview text in the button (#1383) --- src/Explorer/Panes/AddCollectionPanel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 && (