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 7bbdcc9 commit b7c99c0Copy full SHA for b7c99c0
packages/core/src/amazonqGumby/chat/controller/controller.ts
@@ -343,6 +343,7 @@ export class GumbyController {
343
this.transformationFinished({
344
message: CodeWhispererConstants.jobCancelledChatMessage,
345
tabID: message.tabID,
346
+ includeStartNewTransformationButton: true,
347
})
348
break
349
case ButtonActions.CONFIRM_SKIP_TESTS_FORM:
@@ -548,6 +549,7 @@ export class GumbyController {
548
549
550
551
552
553
554
return
555
}
0 commit comments