Browse Source

Apply suggestions from code review

Co-authored-by: delvh <dev.lh@web.de>
pull/17301/head
6543 2 years ago
parent
commit
4d78ad9b0e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web_src/js/components/DashboardRepoList.js

+ 1
- 1
web_src/js/components/DashboardRepoList.js View File

@@ -26,7 +26,7 @@ function initVueComponents() {
},
organizations: {
type: Array,
default: () => [],
default: [],
},
isOrganization: {
type: Boolean,

Loading…
Cancel
Save