mirror of https://github.com/go-gitea/gitea.git
Fix mirrors repository disapeared on user dashboard (#24520)
Fix regression from #23405
This commit is contained in:
parent
3ee7f27341
commit
f17a4358f4
|
@ -2,7 +2,7 @@
|
||||||
const data = {
|
const data = {
|
||||||
...window.config.pageData.dashboardRepoList, // it only contains searchLimit and uid
|
...window.config.pageData.dashboardRepoList, // it only contains searchLimit and uid
|
||||||
|
|
||||||
isMirrorsEnabled: {{.IsMirrorsEnabled}},
|
isMirrorsEnabled: {{.MirrorsEnabled}},
|
||||||
isStarsEnabled: {{not .IsDisableStars}},
|
isStarsEnabled: {{not .IsDisableStars}},
|
||||||
|
|
||||||
textRepository: {{.locale.Tr "repository"}},
|
textRepository: {{.locale.Tr "repository"}},
|
||||||
|
|
Loading…
Reference in New Issue