mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
Don't push /history-prefix to path
WIP
This commit is contained in:
@@ -51,7 +51,7 @@ class Changesets extends React.Component<State, Props> {
|
||||
}
|
||||
|
||||
branchChanged = (branchName: string) => {
|
||||
this.props.history.push("./history/" + branchName)
|
||||
this.props.history.push(branchName)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user