diff --git a/scm-ui/ui-components/src/repos/DiffFile.tsx b/scm-ui/ui-components/src/repos/DiffFile.tsx index 457541d5e9..acf3bff822 100644 --- a/scm-ui/ui-components/src/repos/DiffFile.tsx +++ b/scm-ui/ui-components/src/repos/DiffFile.tsx @@ -47,6 +47,7 @@ type Props = DiffObjectProps & WithTranslation & { file: File; changesetId?: string; + baseUrl?: string; }; type Collapsible = {