Add antenna timeline
This commit is contained in:
parent
f393aa2a85
commit
5c758b344c
15 changed files with 375 additions and 14 deletions
|
@ -146,7 +146,7 @@ class ListTimeline extends PureComponent {
|
|||
|
||||
handleEditAntennaClick = (e) => {
|
||||
const id = e.currentTarget.getAttribute('data-id');
|
||||
window.open(`/antennas/${id}/edit`, '_blank');
|
||||
this.context.router.history.push(`/antennasw/${id}/edit`);
|
||||
}
|
||||
|
||||
handleRepliesPolicyChange = ({ target }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue