Disable query saving for copilot private preview (#1633)

This commit is contained in:
sunghyunkang1111 2023-10-02 11:28:12 -05:00 committed by GitHub
parent 9981889120
commit 332554e21c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ export const QueryCopilotTab: React.FC<QueryCopilotProps> = ({ explorer }: Query
commandButtonLabel: "Save Query",
ariaLabel: "Save Query",
hasPopup: false,
disabled: query?.trim() === "",
disabled: true,
};
// Sample Prompts temporary disabled due current design