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
|
||||
if (e.keyCode === 13) {
|
||||
window.location.href =
|
||||
process.env.REACT_APP_SITE_URL + '/migrations/' + this.state.data;
|
||||
process.env.REACT_APP_SITE_URL + 'migrations/' + this.state.data;
|
||||
}
|
||||
};
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user