- - Something went wrong - -
- - -- - The workspace you want to go can not be found, try go back to home. - -
-diff --git a/src/plugins/workspace/common/constants.ts b/src/plugins/workspace/common/constants.ts
index 6ae89c0edad5..e60bb6aea0eb 100644
--- a/src/plugins/workspace/common/constants.ts
+++ b/src/plugins/workspace/common/constants.ts
@@ -3,8 +3,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
-export const WORKSPACE_OVERVIEW_APP_ID = 'workspace_overview';
-export const WORKSPACE_FATAL_ERROR_APP_ID = 'workspace_fatal_error';
export const WORKSPACE_SAVED_OBJECTS_CLIENT_WRAPPER_ID = 'workspace';
export const WORKSPACE_CONFLICT_CONTROL_SAVED_OBJECTS_CLIENT_WRAPPER_ID =
'workspace_conflict_control';
diff --git a/src/plugins/workspace/opensearch_dashboards.json b/src/plugins/workspace/opensearch_dashboards.json
index 4443b7e99834..f34106ab4fed 100644
--- a/src/plugins/workspace/opensearch_dashboards.json
+++ b/src/plugins/workspace/opensearch_dashboards.json
@@ -7,5 +7,5 @@
"savedObjects"
],
"optionalPlugins": [],
- "requiredBundles": ["opensearchDashboardsReact"]
+ "requiredBundles": []
}
diff --git a/src/plugins/workspace/public/application.tsx b/src/plugins/workspace/public/application.tsx
deleted file mode 100644
index a6f496304889..000000000000
--- a/src/plugins/workspace/public/application.tsx
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright OpenSearch Contributors
- * SPDX-License-Identifier: Apache-2.0
- */
-
-import React from 'react';
-import ReactDOM from 'react-dom';
-import { AppMountParameters, ScopedHistory } from '../../../core/public';
-import { OpenSearchDashboardsContextProvider } from '../../opensearch_dashboards_react/public';
-import { WorkspaceFatalError } from './components/workspace_fatal_error';
-import { Services } from './types';
-
-export const renderFatalErrorApp = (params: AppMountParameters, services: Services) => {
- const { element } = params;
- const history = params.history as ScopedHistory<{ error?: string }>;
- ReactDOM.render(
-
- - The workspace you want to go can not be found, try go back to home. - -
-- - The workspace you want to go can not be found, try go back to home. - -
-
-