Skip to content

Commit

Permalink
Apply fix to linter error (from orig prom PR)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Long <[email protected]>
  • Loading branch information
yulong-db committed Oct 22, 2024
1 parent 267b115 commit 66420c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ui/react-app/src/pages/graph/TimeInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class TimeInput extends Component<TimeInputProps> {
defaultDate: this.props.time,
});

// eslint-disable-next-line @typescript-eslint/no-explicit-any
this.$time.on('change.datetimepicker', (e: any) => {
// The end time can also be set by dragging a section on the graph,
// and that value will have decimal places.
Expand Down

0 comments on commit 66420c3

Please sign in to comment.