Enable overriding connect defaults with query params, closes #49
This commit is contained in:
parent
dcbf3397c1
commit
eab788a782
10 changed files with 177 additions and 328 deletions
|
@ -8,7 +8,8 @@ import connect from 'utils/connect';
|
|||
|
||||
const mapState = createStructuredSelector({
|
||||
defaults: getConnectDefaults,
|
||||
hexIP: state => getApp(state).hexIP
|
||||
hexIP: state => getApp(state).hexIP,
|
||||
query: state => state.router.query
|
||||
});
|
||||
|
||||
const mapDispatch = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue