From 332554e21cada2ad30e6aed6d7e1c30abb3205e5 Mon Sep 17 00:00:00 2001 From: sunghyunkang1111 <114709653+sunghyunkang1111@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:28:12 -0500 Subject: [PATCH] Disable query saving for copilot private preview (#1633) --- src/Explorer/QueryCopilot/QueryCopilotTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/QueryCopilot/QueryCopilotTab.tsx b/src/Explorer/QueryCopilot/QueryCopilotTab.tsx index f01c1d0bd..43df28747 100644 --- a/src/Explorer/QueryCopilot/QueryCopilotTab.tsx +++ b/src/Explorer/QueryCopilot/QueryCopilotTab.tsx @@ -239,7 +239,7 @@ export const QueryCopilotTab: React.FC = ({ explorer }: Query commandButtonLabel: "Save Query", ariaLabel: "Save Query", hasPopup: false, - disabled: query?.trim() === "", + disabled: true, }; // Sample Prompts temporary disabled due current design