diff --git a/src/paths/index/components/prs/PullRequestList.js b/src/paths/index/components/prs/PullRequestList.js
index 531671d..20d4ff4 100644
--- a/src/paths/index/components/prs/PullRequestList.js
+++ b/src/paths/index/components/prs/PullRequestList.js
@@ -123,7 +123,7 @@ export default class PullRequestList extends LitElement {
this._sortBy = "age";
this._sortDirection = "desc";
this._showDraft = false;
- this._filterMilestone = "";
+ this._filterMilestone = "4.0";
}
onSortClicked(sortField, event) {
@@ -217,7 +217,12 @@ export default class PullRequestList extends LitElement {
${milestones.map((item) => {
return html`
-
+
`
})}