Skip to content

Commit

Permalink
fix timestamp field
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Jul 21, 2024
1 parent 2b2553f commit 369953b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ export default class DataSetNavigator extends Component<DataSetNavigatorProps> {
: []),
{ value: 'no-time-filter', text: "I don't want to use a time filter" },
]}
value={selectedIndex?.timeField}
onChange={(event) => {
const selectedFieldName = event.target.value;
this.setState({
Expand Down

0 comments on commit 369953b

Please sign in to comment.