Fix antenna adder crash
This commit is contained in:
parent
00eac6e757
commit
8189386d80
1 changed files with 5 additions and 2 deletions
|
@ -165,8 +165,11 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||||
},
|
},
|
||||||
|
|
||||||
onAddToAntenna (account) {
|
onAddToAntenna (account) {
|
||||||
dispatch(openModal('ANTENNA_ADDER', {
|
dispatch(openModal({
|
||||||
|
modalType: 'ANTENNA_ADDER',
|
||||||
|
modalProps: {
|
||||||
accountId: account.get('id'),
|
accountId: account.get('id'),
|
||||||
|
},
|
||||||
}));
|
}));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue