Skip to content

Commit

Permalink
fix import error on workspace updater (opensearch-project#107)
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <yuyezhu@amazon.com>
  • Loading branch information
yuye-aws authored and ruanyl committed Sep 15, 2023
1 parent 3d9fb63 commit f5dd0f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { useOpenSearchDashboards } from '../../../../opensearch_dashboards_react
import { WorkspaceForm, WorkspaceFormData } from '../workspace_creator/workspace_form';
import { WORKSPACE_OVERVIEW_APP_ID, WORKSPACE_OP_TYPE_UPDATE } from '../../../common/constants';
import { DeleteWorkspaceModal } from '../delete_workspace_modal';
import { formatUrlWithWorkspaceId } from '../../../../../core/public/utils';
import { formatUrlWithWorkspaceId } from '../../utils';
import { WorkspaceClient } from '../../workspace_client';

export const WorkspaceUpdater = () => {
Expand Down

0 comments on commit f5dd0f3

Please sign in to comment.