Commit 629dcac
authored
fix(amazonq): remove warning on empty inputs to inline chat (#5892)
This PR removes the notification when a query is empty, this was not
intended to be added and the menu should simply close when the input is
empty.
License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.1 parent 6ce3832 commit 629dcac
File tree
2 files changed
+5
-1
lines changed- packages/amazonq
- .changes/next-release
- src/inlineChat/controller
2 files changed
+5
-1
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments