[ARVADOS-WORKBENCH2] updated: 1.2.0-869-gec9081a

Git user git at public.curoverse.com
Wed Nov 14 05:53:43 EST 2018


Summary of changes:
 .../process-remove-dialog/process-remove-dialog.tsx                 | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

       via  ec9081aafdd4b8c251e935edd047126ad411767e (commit)
      from  9da0da6012b6c4b80db90fdd5862d37ad2113aa4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ec9081aafdd4b8c251e935edd047126ad411767e
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Wed Nov 14 11:53:31 2018 +0100

    cr change
    
    Feature #14461
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/views-components/process-remove-dialog/process-remove-dialog.tsx b/src/views-components/process-remove-dialog/process-remove-dialog.tsx
index 0994c28..b0db3f9 100644
--- a/src/views-components/process-remove-dialog/process-remove-dialog.tsx
+++ b/src/views-components/process-remove-dialog/process-remove-dialog.tsx
@@ -8,10 +8,6 @@ import { ConfirmationDialog } from "~/components/confirmation-dialog/confirmatio
 import { withDialog, WithDialogProps } from "~/store/dialog/with-dialog";
 import { removeProcessPermanently, REMOVE_PROCESS_DIALOG } from '~/store/processes/processes-actions';
 
-const mapStateToProps = (props: WithDialogProps<string>) => ({
-    ...props,
-});
-
 const mapDispatchToProps = (dispatch: Dispatch, props: WithDialogProps<any>) => ({
     onConfirm: () => {
         props.closeDialog();
@@ -21,5 +17,5 @@ const mapDispatchToProps = (dispatch: Dispatch, props: WithDialogProps<any>) =>
 
 export const RemoveProcessDialog = compose(
     withDialog(REMOVE_PROCESS_DIALOG),
-    connect(mapStateToProps, mapDispatchToProps)
+    connect(null, mapDispatchToProps)
 )(ConfirmationDialog);

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list