Skip to content

Commit a6e8159

Browse files
committed
clean up comments
1 parent 856520f commit a6e8159

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

web_src/js/components/DashboardRepoList.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,14 @@ export default defineComponent({
8484
} as Record<string, {searchMode: string}>,
8585
textArchivedFilterTitles: {} as Record<string, string>,
8686
textPrivateFilterTitles: {} as Record<string, string>,
87-
8887
organizations: [] as Array<{name: string, full_name: string, num_repos: number, org_visibility: string}>,
8988
isOrganization: true,
9089
canCreateOrganization: false,
9190
organizationsTotalCount: 0,
9291
organizationId: 0,
93-
94-
// from Go ctx.PageData
9592
searchLimit: 0,
9693
uid: 0,
97-
// from template (conditionally set)
9894
teamId: 0,
99-
// from template (text strings)
10095
isMirrorsEnabled: false,
10196
isStarsEnabled: false,
10297
canCreateMigrations: false,
@@ -129,7 +124,6 @@ export default defineComponent({
129124
textNewOrg: '',
130125
textOrgVisibilityLimited: '',
131126
textOrgVisibilityPrivate: '',
132-
133127
subUrl: appSubUrl,
134128
...pageData.dashboardRepoList,
135129
activeIndex: -1, // don't select anything at load, first cursor down will select

0 commit comments

Comments
 (0)