Commit 43299f3
authored
fix(dev): dev menu not loading items #5972
## Problem
When opening the AWS Developer Menu for toolkit, no items were showing.
This is due to a wrong value being used for menu options. The second use
was expecting it to be an object with keys, when it was actually a
function. This happened due to a recent change that didn't catch this1 parent 3ca78ba commit 43299f3
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | | - | |
169 | | - | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments