Skip to content

Commit b7c99c0

Browse files
committed
adding additional transformationFinished parameter
1 parent 7bbdcc9 commit b7c99c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/amazonqGumby/chat/controller/controller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ export class GumbyController {
343343
this.transformationFinished({
344344
message: CodeWhispererConstants.jobCancelledChatMessage,
345345
tabID: message.tabID,
346+
includeStartNewTransformationButton: true,
346347
})
347348
break
348349
case ButtonActions.CONFIRM_SKIP_TESTS_FORM:
@@ -548,6 +549,7 @@ export class GumbyController {
548549
this.transformationFinished({
549550
message: CodeWhispererConstants.jobCancelledChatMessage,
550551
tabID: message.tabID,
552+
includeStartNewTransformationButton: true,
551553
})
552554
return
553555
}

0 commit comments

Comments
 (0)