Add title editor and delete button

This commit is contained in:
KMY 2023-08-26 14:13:45 +09:00
parent 87490a3220
commit 09b4b025df
6 changed files with 138 additions and 8 deletions

View file

@ -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;