Skip to content

Commit f17a435

Browse files
authored
Fix mirrors repository disapeared on user dashboard (#24520)
Fix regression from #23405
1 parent 3ee7f27 commit f17a435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/repolist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const data = {
33
...window.config.pageData.dashboardRepoList, // it only contains searchLimit and uid
44

5-
isMirrorsEnabled: {{.IsMirrorsEnabled}},
5+
isMirrorsEnabled: {{.MirrorsEnabled}},
66
isStarsEnabled: {{not .IsDisableStars}},
77

88
textRepository: {{.locale.Tr "repository"}},

0 commit comments

Comments
 (0)