forked from forgejo/forgejo
Show repos acording to user/organization
This commit is contained in:
parent
c746875fcf
commit
dc2b28ed76
3 changed files with 7 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue