Add title editor and delete button
This commit is contained in:
parent
87490a3220
commit
09b4b025df
6 changed files with 138 additions and 8 deletions
|
@ -147,7 +147,7 @@ class ListTimeline extends PureComponent {
|
|||
handleEditAntennaClick = (e) => {
|
||||
const id = e.currentTarget.getAttribute('data-id');
|
||||
this.context.router.history.push(`/antennasw/${id}/edit`);
|
||||
}
|
||||
};
|
||||
|
||||
handleRepliesPolicyChange = ({ target }) => {
|
||||
const { dispatch } = this.props;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue