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) {
|
||||
dispatch(openModal('ANTENNA_ADDER', {
|
||||
accountId: account.get('id'),
|
||||
dispatch(openModal({
|
||||
modalType: 'ANTENNA_ADDER',
|
||||
modalProps: {
|
||||
accountId: account.get('id'),
|
||||
},
|
||||
}));
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue