We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46e7ea commit 40e3696Copy full SHA for 40e3696
web_src/js/components/DashboardRepoList.vue
@@ -78,7 +78,6 @@ const sfc = {
78
searchURL() {
79
return `${this.subUrl}/repo/search?sort=updated&order=desc&uid=${this.uid}&team_id=${this.teamId}&q=${this.searchQuery
80
}&page=${this.page}&limit=${this.searchLimit}&mode=${this.repoTypes[this.reposFilter].searchMode
81
- }${this.reposFilter !== 'all' ? '&exclusive=1' : ''
82
}${this.archivedFilter === 'archived' ? '&archived=true' : ''}${this.archivedFilter === 'unarchived' ? '&archived=false' : ''
83
}${this.privateFilter === 'private' ? '&is_private=true' : ''}${this.privateFilter === 'public' ? '&is_private=false' : ''
84
}`;
0 commit comments