Commit d4db242
fix(amazonq): AB users with overridden customization can restore the default customization aws#6450
## Problem
Users that are part of an AB group that have a customization override
can't go back to the default customization. This was the original
intention but has been relaxed after feedback.
## Solution
Update setSelectedCustomization to no longer check if the user is trying
to switch back to the default customization.1 parent 8d4f738 commit d4db242
File tree
3 files changed
+9
-2
lines changed- packages
- amazonq/.changes/next-release
- core/src
- codewhisperer/util
- test/amazonq
3 files changed
+9
-2
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
0 commit comments