mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
fixed small review findings
This commit is contained in:
@@ -25,7 +25,7 @@ type Props = WithTranslation &
|
||||
selectedBranch: string;
|
||||
|
||||
// dispatch props
|
||||
fetchSources: (p1: Repository, p2: string, p3: string) => void;
|
||||
fetchSources: (repository: Repository, revision: string, path: string) => void;
|
||||
};
|
||||
|
||||
class Sources extends React.Component<Props> {
|
||||
|
||||
Reference in New Issue
Block a user