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