mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-14 03:51:49 -05:00
fix unit tests for network handling
This commit is contained in:
@@ -26,6 +26,7 @@ class NotifyAndRedirect extends Component {
|
||||
|
||||
render () {
|
||||
const { to, push, from, exact, strict, sensitive } = this.props;
|
||||
|
||||
return (
|
||||
<Redirect
|
||||
to={to}
|
||||
@@ -39,4 +40,5 @@ class NotifyAndRedirect extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
export { NotifyAndRedirect as _NotifyAndRedirect };
|
||||
export default withRootDialog(withRouter(NotifyAndRedirect));
|
||||
|
||||
Reference in New Issue
Block a user