Merge pull request #2395 from TightknitAI/fix-dashboards

Update moment to moment-timezone. Fixes charts
This commit is contained in:
Mike Cao 2023-11-30 14:40:59 -10:00 committed by GitHub
commit becca1183b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import moment from 'moment';
import moment from 'moment-timezone';
import * as yup from 'yup';
import { UNIT_TYPES } from './constants';