Add JumpToFileButton, pass changesetId for creating link

This commit is contained in:
Florian Scholdei
2020-07-23 16:55:20 +02:00
parent 127a335b8f
commit f62e8d076d
7 changed files with 4505 additions and 24 deletions

View File

@@ -30,6 +30,7 @@ import { WithTranslation, withTranslation } from "react-i18next";
type Props = WithTranslation &
DiffObjectProps & {
diff: File[];
changesetId?: string;
};
class Diff extends React.Component<Props> {