mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Merge pull request #2395 from TightknitAI/fix-dashboards
Update moment to moment-timezone. Fixes charts
This commit is contained in:
commit
becca1183b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import moment from 'moment';
|
||||
import moment from 'moment-timezone';
|
||||
import * as yup from 'yup';
|
||||
import { UNIT_TYPES } from './constants';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue