X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/ec00e13345fd6731287124ee776e0e4892c1cf13..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 8e327ebe..afa2e35e 100644 --- a/src/store/projects/project-update-actions.ts +++ b/src/store/projects/project-update-actions.ts @@ -6,10 +6,10 @@ import { Dispatch } from "redux"; import { initialize, startSubmit, stopSubmit } from 'redux-form'; import { RootState } from "~/store/store"; import { dialogActions } from "~/store/dialog/dialog-actions"; -import { ContextMenuResource } from '~/store/context-menu/context-menu-reducer'; import { getCommonResourceServiceError, CommonResourceServiceError } from "~/services/common-service/common-resource-service"; import { ServiceRepository } from "~/services/services"; import { ProjectResource } from '~/models/project'; +import { ContextMenuResource } from "~/store/context-menu/context-menu-actions"; export interface ProjectUpdateFormDialogData { uuid: string;