Skip to content

Commit 18649d3

Browse files
committed
fix(amazonq): hide export chat button
1 parent b097fbf commit 18649d3

File tree

1 file changed

+2
-1
lines changed
  • packages/core/src/amazonq/webview/ui

1 file changed

+2
-1
lines changed

packages/core/src/amazonq/webview/ui/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,11 +969,12 @@ export const createMynahUI = (
969969
icon: MynahIcons.COMMENT,
970970
description: 'View chat history',
971971
},
972+
/* Temporarily hide export chat button from tab bar
972973
{
973974
id: 'export_chat',
974975
icon: MynahIcons.EXTERNAL,
975976
description: 'Export chat',
976-
},
977+
}, */
977978
],
978979
},
979980
})

0 commit comments

Comments
 (0)