Skip to content

Commit e128d13

Browse files
committed
Fix Code Transform not starting
1 parent 3245c4f commit e128d13

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Fix issue where Amazon Q Code Transform is unable to start"
4+
}

plugins/amazonq/mynah-ui/src/mynah-ui/ui/connector.ts

+3
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,9 @@ export class Connector {
542542
case 'codetest':
543543
this.codeTestChatConnector.onFormButtonClick(tabId, messageId ?? '', action)
544544
break
545+
case 'codetransform':
546+
this.codeTransformChatConnector.onFormButtonClick(tabId, action)
547+
break
545548
case 'doc':
546549
this.docChatConnector.onFormButtonClick(tabId, action)
547550
break

0 commit comments

Comments
 (0)