From 75db4557b4adabd65c89294f97da0a6aad599e43 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 16 Dec 2021 10:19:44 -0300 Subject: [PATCH] 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 --- src/views/process-panel/process-panel-root.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} /> - + - + -- 2.30.2