Skip to content

Commit

Permalink
adding additional transformationFinished parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarakad-aws committed Nov 8, 2024
1 parent 7bbdcc9 commit b7c99c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/amazonqGumby/chat/controller/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ export class GumbyController {
this.transformationFinished({
message: CodeWhispererConstants.jobCancelledChatMessage,
tabID: message.tabID,
includeStartNewTransformationButton: true,
})
break
case ButtonActions.CONFIRM_SKIP_TESTS_FORM:
Expand Down Expand Up @@ -548,6 +549,7 @@ export class GumbyController {
this.transformationFinished({
message: CodeWhispererConstants.jobCancelledChatMessage,
tabID: message.tabID,
includeStartNewTransformationButton: true,
})
return
}
Expand Down

0 comments on commit b7c99c0

Please sign in to comment.