Skip to content

Commit 208b74c

Browse files
committed
UX text changes
1 parent 6f3fb02 commit 208b74c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ export class TestController {
860860
messageId: '',
861861
followUps: followUps,
862862
})
863+
this.messenger.sendUpdatePlaceholder(message.tabID, `Please select an action to proceed`)
863864
this.messenger.sendChatInputEnabled(message.tabID, false)
864865
} else {
865866
TelemetryHelper.instance.sendUnitTestGenerationEvent(
@@ -1040,6 +1041,7 @@ export class TestController {
10401041
messageId: '',
10411042
followUps: followUps,
10421043
})
1044+
this.messenger.sendUpdatePlaceholder(data.tabID, `Please select an action to proceed`)
10431045
this.messenger.sendChatInputEnabled(data.tabID, false)
10441046
}
10451047

0 commit comments

Comments
 (0)