mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
Disable query saving for copilot private preview (#1633)
This commit is contained in:
@@ -239,7 +239,7 @@ export const QueryCopilotTab: React.FC<QueryCopilotProps> = ({ explorer }: Query
|
|||||||
commandButtonLabel: "Save Query",
|
commandButtonLabel: "Save Query",
|
||||||
ariaLabel: "Save Query",
|
ariaLabel: "Save Query",
|
||||||
hasPopup: false,
|
hasPopup: false,
|
||||||
disabled: query?.trim() === "",
|
disabled: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Sample Prompts temporary disabled due current design
|
// Sample Prompts temporary disabled due current design
|
||||||
|
|||||||
Reference in New Issue
Block a user