X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c32547d76b1f7358617a1e674ecc4f20a4482868..ead22eaffc696e9619d0ba7a71c8d54099200685:/src/views-components/dialog-forms/move-process-dialog.ts diff --git a/src/views-components/dialog-forms/move-process-dialog.ts b/src/views-components/dialog-forms/move-process-dialog.ts index baea34bc..ce854ef2 100644 --- a/src/views-components/dialog-forms/move-process-dialog.ts +++ b/src/views-components/dialog-forms/move-process-dialog.ts @@ -9,6 +9,7 @@ import { PROCESS_MOVE_FORM_NAME } from '~/store/processes/process-move-actions'; import { MoveToFormDialogData } from '~/store/move-to-dialog/move-to-dialog'; import { DialogMoveTo } from '~/views-components/dialog-move/dialog-move-to'; import { moveProcess } from '~/store/workbench/workbench-actions'; +import { pickerId } from '~/store/tree-picker/picker-id'; export const MoveProcessDialog = compose( withDialog(PROCESS_MOVE_FORM_NAME), @@ -17,5 +18,6 @@ export const MoveProcessDialog = compose( onSubmit: (data, dispatch) => { dispatch(moveProcess(data)); } - }) + }), + pickerId(PROCESS_MOVE_FORM_NAME), )(DialogMoveTo); \ No newline at end of file