mirror of
https://gitee.com/gitea/gitea
synced 2025-12-25 17:56:35 +08:00
Show repos acording to user/organization
This commit is contained in:
@@ -1661,7 +1661,7 @@ function initDashboardSearch() {
|
||||
repos: [],
|
||||
searchQuery: '',
|
||||
suburl: document.querySelector('meta[name=_suburl]').content,
|
||||
uid: document.querySelector('meta[name=_uid]').content
|
||||
uid: document.querySelector('meta[name=_context_uid]').content
|
||||
},
|
||||
|
||||
mounted: function() {
|
||||
|
||||
Reference in New Issue
Block a user