fix: Default timezone is not working (#7692)
This commit is contained in:
@@ -85,8 +85,8 @@ import {
|
|||||||
} from '../helpers/businessHour';
|
} from '../helpers/businessHour';
|
||||||
|
|
||||||
const DEFAULT_TIMEZONE = {
|
const DEFAULT_TIMEZONE = {
|
||||||
label: 'America/Los_Angeles',
|
label: 'Pacific Time (US & Canada) (GMT-07:00)',
|
||||||
key: 'America/Los_Angeles',
|
value: 'America/Los_Angeles',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
Reference in New Issue
Block a user