fix time picker for top content on tag page
This commit is contained in:
parent
a594c69e60
commit
9d7d2c821f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class TagPage extends React.PureComponent {
|
|||
};
|
||||
|
||||
handleTimeItemSelected = item => {
|
||||
this.setState({ time: item.name });
|
||||
this.setState({ currentTimeItem: item, time: item.name, showTimePicker: false });
|
||||
};
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Add table
Reference in a new issue