From: Lucas Di Pentima Date: Thu, 16 Dec 2021 13:19:44 +0000 (-0300) Subject: 18219: Requests MPV custom props forwarding on the process panel. X-Git-Tag: 2.4.0~21^2~11 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/75db4557b4adabd65c89294f97da0a6aad599e43 18219: Requests MPV custom props forwarding on the process panel. Those props are properly handled so they don't generate any DOM warnings. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/src/views/process-panel/process-panel-root.tsx b/src/views/process-panel/process-panel-root.tsx index deb5f1b0..6fb9c09d 100644 --- a/src/views/process-panel/process-panel-root.tsx +++ b/src/views/process-panel/process-panel-root.tsx @@ -48,7 +48,7 @@ const panelsData: MPVPanelState[] = [ export const ProcessPanelRoot = withStyles(styles)(({ process, ...props }: ProcessPanelRootProps) => process ? - + props.onContextMenu(event, process)} @@ -58,10 +58,10 @@ export const ProcessPanelRoot = withStyles(styles)(({ process, ...props }: Proce cancelProcess={props.cancelProcess} /> - + - +