diff --git a/web_src/js/components/DashboardRepoList.js b/web_src/js/components/DashboardRepoList.js index 7ae62af0a0..48b135bcaa 100644 --- a/web_src/js/components/DashboardRepoList.js +++ b/web_src/js/components/DashboardRepoList.js @@ -26,7 +26,7 @@ function initVueComponents() { }, organizations: { type: Array, - default: () => [], + default: [], }, isOrganization: { type: Boolean,