add process log code snippet, change default snippet,
[arvados-workbench2.git] / src / views / process-log-panel / process-log-panel-root.tsx
index fe8a5b18ab535b99d13699754407d4e264b01459..0845a4109780d1f8995e5d47d80eca99eead0b43 100644 (file)
@@ -9,10 +9,11 @@ import { ProcessLogMainCard } from '~/views/process-log-panel/process-log-main-c
 import { ProcessLogFormDataProps, ProcessLogFormActionProps } from '~/views/process-log-panel/process-log-form';
 import { DefaultView } from '~/components/default-view/default-view';
 import { ProcessIcon } from '~/components/icon/icon';
+import { CodeSnippetDataProps } from '~/components/code-snippet/code-snippet';
 
 export type ProcessLogPanelRootDataProps = {
     process?: Process;
-} & ProcessLogFormDataProps;
+} & ProcessLogFormDataProps & CodeSnippetDataProps;
 
 export type ProcessLogPanelRootActionProps = {
     onContextMenu: (event: React.MouseEvent<HTMLElement>) => void;