fixed extra /
This commit is contained in:
parent
fef14103a9
commit
d86146c8fd
@ -17,7 +17,7 @@ class InLineSearch extends React.Component {
|
|||||||
// This is so we can access the state within the function
|
// This is so we can access the state within the function
|
||||||
if (e.keyCode === 13) {
|
if (e.keyCode === 13) {
|
||||||
window.location.href =
|
window.location.href =
|
||||||
process.env.REACT_APP_SITE_URL + '/migrations/' + this.state.data;
|
process.env.REACT_APP_SITE_URL + 'migrations/' + this.state.data;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
render() {
|
render() {
|
||||||
|
|||||||
Reference in New Issue
Block a user