mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-03 02:33:01 +08: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