Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
teodosii committed Jun 10, 2024
1 parent 3575572 commit 2d2b081
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ import { GRAFANA_HEADER_HEIGHT, GRAFANA_LEGACY_SIDEBAR_WIDTH } from 'utils/const
import { useDebouncedCallback } from 'utils/hooks';

import styles from './RotationForm.module.css';
import { toJS } from 'mobx';

const cx = cn.bind(styles);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const DateTimePicker = observer(
const newDate = dayjs(value)
.utcOffset(selectedTimezoneOffset)
.set('date', 1)
.set('months', 0)
.set('months', value.getMonth())
.set('date', value.getDate())
.set('hours', propValue.hour())
Expand Down

0 comments on commit 2d2b081

Please sign in to comment.