mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-02 14:57:37 +03:00
Fix mirrors repository disapeared on user dashboard (#24520)
Fix regression from #23405
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
const data = {
|
||||
...window.config.pageData.dashboardRepoList, // it only contains searchLimit and uid
|
||||
|
||||
isMirrorsEnabled: {{.IsMirrorsEnabled}},
|
||||
isMirrorsEnabled: {{.MirrorsEnabled}},
|
||||
isStarsEnabled: {{not .IsDisableStars}},
|
||||
|
||||
textRepository: {{.locale.Tr "repository"}},
|
||||
|
Reference in New Issue
Block a user