We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b097fbf commit 18649d3Copy full SHA for 18649d3
packages/core/src/amazonq/webview/ui/main.ts
@@ -969,11 +969,12 @@ export const createMynahUI = (
969
icon: MynahIcons.COMMENT,
970
description: 'View chat history',
971
},
972
+ /* Temporarily hide export chat button from tab bar
973
{
974
id: 'export_chat',
975
icon: MynahIcons.EXTERNAL,
976
description: 'Export chat',
- },
977
+ }, */
978
],
979
980
})
0 commit comments