Closed aaronreed708 closed 3 months ago
The merged PR suggests this issue can be closed.
In the PR decrioption, try Fixes #<issue_no>
to have the PR close automatically close the issue
verified on dev today. Closing. Thanks for the reminder, @toni-sharpe!
Problem/Concern
When I bring up the Minimum Target Area atom, I see stack exceptions in the display.
This appears to be an issue where the index on an array is incorrect when trying to build the list of selectable values. Probably introduced when I made all of those lint changes.
Proposed Solution
Fix the index being used in the code to build the list of selectable values.