mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
Add JumpToFileButton, pass changesetId for creating link
This commit is contained in:
@@ -30,6 +30,7 @@ import { WithTranslation, withTranslation } from "react-i18next";
|
||||
type Props = WithTranslation &
|
||||
DiffObjectProps & {
|
||||
diff: File[];
|
||||
changesetId?: string;
|
||||
};
|
||||
|
||||
class Diff extends React.Component<Props> {
|
||||
|
||||
Reference in New Issue
Block a user