X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cda707f957a027a484f24f44090a4e5b995572a8..88ce683068f65862b3b5e753e55989902be5f1a9:/src/store/projects/project-update-actions.ts diff --git a/src/store/projects/project-update-actions.ts b/src/store/projects/project-update-actions.ts index 7a4ed89a46..afa2e35e8d 100644 --- a/src/store/projects/project-update-actions.ts +++ b/src/store/projects/project-update-actions.ts @@ -5,15 +5,11 @@ import { Dispatch } from "redux"; import { initialize, startSubmit, stopSubmit } from 'redux-form'; import { RootState } from "~/store/store"; -import { loadDetailsPanel } from "~/store/details-panel/details-panel-action"; import { dialogActions } from "~/store/dialog/dialog-actions"; -import { snackbarActions } from "~/store/snackbar/snackbar-actions"; -import { ContextMenuResource } from '~/store/context-menu/context-menu-reducer'; -import { getCommonResourceServiceError, CommonResourceServiceError } from "~/common/api/common-resource-service"; +import { getCommonResourceServiceError, CommonResourceServiceError } from "~/services/common-service/common-resource-service"; import { ServiceRepository } from "~/services/services"; import { ProjectResource } from '~/models/project'; -import { getProjectList } from '~/store/project/project-action'; -import { projectPanelActions } from '~/store/project-panel/project-panel-action'; +import { ContextMenuResource } from "~/store/context-menu/context-menu-actions"; export interface ProjectUpdateFormDialogData { uuid: string; @@ -44,4 +40,4 @@ export const updateProject = (project: Partial) => } return ; } - }; \ No newline at end of file + };