add repomigration form to dom-ready

This commit is contained in:
techknowlogick
2025-07-15 15:50:24 -04:00
parent c2e9532c38
commit fb5e88076a
+2 -1
View File
@@ -30,7 +30,7 @@ import {initRepoCodeView} from './features/repo-code.ts';
import {initSshKeyFormParser} from './features/sshkey-helper.ts';
import {initUserSettings} from './features/user-settings.ts';
import {initRepoActivityTopAuthorsChart, initRepoArchiveLinks} from './features/repo-common.ts';
import {initRepoMigrationStatusChecker} from './features/repo-migrate.ts';
import {initRepoMigrationStatusChecker, initRepoMigrationForm} from './features/repo-migrate.ts';
import {initRepoDiffView} from './features/repo-diff.ts';
import {initOrgTeam} from './features/org-team.ts';
import {initUserAuthWebAuthn, initUserAuthWebAuthnRegister} from './features/user-auth-webauthn.ts';
@@ -135,6 +135,7 @@ const initPerformanceTracer = callInitFunctions([
initRepoIssueSidebarDependency,
initRepoMigration,
initRepoMigrationStatusChecker,
initRepoMigrationForm,
initRepoProject,
initRepoPullRequestAllowMaintainerEdit,
initRepoPullRequestReview,