Skip to content

Commit c818380

Browse files
authored
feature dev: fix code gen panel showing "Generating code" alongside code result (#1591)
Problem: - A new update of mynah UI seems to have caused an issue where when the code result gets created it doesn't override the previous body text Solution: - Make sure we're sending an empty body so no text gets shown after "Generating code" has finished
1 parent bc54544 commit c818380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/amazonq/webview/ui/apps/featureDevChatConnector.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export class Connector {
149149
filePaths: messageData.filePaths,
150150
deletedFiles: messageData.deletedFiles,
151151
},
152+
body: '',
152153
}
153154
this.onChatAnswerReceived(messageData.tabID, answer)
154155
}

0 commit comments

Comments
 (0)