From cef36d2763e1555cd0c4985df241475e68bc162b Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Tue, 28 Jul 2020 12:53:47 +0200 Subject: [PATCH] Add missing prop --- scm-ui/ui-components/src/repos/DiffFile.tsx | 1 + 1 file changed, 1 insertion(+) 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 = {