Skip to content
Snippets Groups Projects
Unverified Commit 4bf5aeae authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix pinning a column in web UI sometimes redirecting out of web UI (#13376)

Fix #13216
parent 47ab0bd3
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,9 @@ class ColumnHeader extends React.PureComponent {
handlePin = () => {
if (!this.props.pinned) {
this.historyBack();
this.context.router.history.replace('/');
}
this.props.onPin();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment