Skip to content

Commit

Permalink
Merge branch 'main' into riv
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishrp-aws authored Dec 5, 2024
2 parents 41e8e5c + 69f79b1 commit 6d80cd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Fix `@workspace` missing from the Amazon Q Chat welcome tab"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const welcomeScreenTabData = (tabs: TabDataGenerator): MynahUITabStoreTab
isSelected: true,
store: {
quickActionCommands: tabs.quickActionsGenerator.generateForTab('welcome'),
contextCommands: tabs.getTabData('cwc', false).contextCommands,
tabTitle: 'Welcome to Q',
tabBackground: true,
chatItems: [
Expand Down

0 comments on commit 6d80cd4

Please sign in to comment.