Skip to content

Commit

Permalink
Fix mirrors repository disapeared on user dashboard (#24520)
Browse files Browse the repository at this point in the history
Fix regression from #23405
  • Loading branch information
lunny committed May 5, 2023
1 parent 3ee7f27 commit f17a435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/dashboard/repolist.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"}},
Expand Down

0 comments on commit f17a435

Please sign in to comment.