Pull Request widget can indicate more PRs when they're aren't #70
Labels
Area-Widgets
Related to in-package widgets
Issue-Bug
Something isn't working or needs investigation
Priority-3
Dev Home Azure Extension version
0.2
Steps to reproduce the bug
If the number of issues returned equals the max number shown, a message is shown saying there are more, but there aren't. Change >= to > in
"$when": "${(count(items) >= maxItemsDisplayed)}"
https://github.com/microsoft/DevHomeAzureExtension/blob/main/src/AzureExtension/Widgets/Templates/AzurePullRequestsTemplate.json
Query list widget does not have this issue.
The text was updated successfully, but these errors were encountered: