Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WOR-1585] Remove multi-region workspace migration page as deadline has passed. #4735

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/libs/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import * as WorkflowDashboard from 'src/pages/workspaces/workspace/jobHistory/Wo
import * as Workflows from 'src/pages/workspaces/workspace/Workflows';
import * as WorkflowView from 'src/pages/workspaces/workspace/workflows/WorkflowView';
import * as Dashboard from 'src/pages/workspaces/WorkspaceDashboard';
import * as WorkspaceMigration from 'src/pages/workspaces/WorkspaceMigration';
import * as PrivacyPolicy from 'src/registration/privacy-policy/PrivacyPolicy';
import * as TermsOfService from 'src/registration/terms-of-service/TermsOfServicePage';
import * as WorkflowsApp from 'src/workflows-app/routes';
Expand Down Expand Up @@ -85,7 +84,6 @@ const routes = _.flatten([
FeaturePreviews.navPaths,
WorkspaceFiles.navPaths,
WorkflowsApp.navPaths,
WorkspaceMigration.navPaths,
SignOutPage.navPaths,
NotFound.navPaths, // must be last
]);
Expand Down
25 changes: 0 additions & 25 deletions src/pages/workspaces/WorkspaceMigration.ts

This file was deleted.

Loading