X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e6e51406134e71d493f5258917915136709bcda2..56d7ccfa86942fc066a8e3d527c339902ac353e2:/src/store/workbench/workbench-actions.ts diff --git a/src/store/workbench/workbench-actions.ts b/src/store/workbench/workbench-actions.ts index d65f26d5..f2b294ec 100644 --- a/src/store/workbench/workbench-actions.ts +++ b/src/store/workbench/workbench-actions.ts @@ -101,6 +101,7 @@ import { allProcessesPanelColumns } from "views/all-processes-panel/all-processe import { AdminMenuIcon } from "components/icon/icon"; import { userProfileGroupsColumns } from "views/user-profile-panel/user-profile-panel-root"; import { selectedToArray, selectedToKindSet } from "components/multiselect-toolbar/MultiselectToolbar"; +import { deselectOne } from "store/multiselect/multiselect-actions"; export const WORKBENCH_LOADING_SCREEN = "workbenchLoadingScreen"; @@ -456,6 +457,7 @@ export const copyCollection = (data: CopyFormDialogData) => async (dispatch: Dis link: collection.ownerUuid, }) ); + dispatch(deselectOne(copyToProject.uuid)); } } catch (e) { dispatch(