fix: Default timezone is not working (#7692)

This commit is contained in:
Sivin Varghese
2023-08-08 21:30:29 +05:30
committed by GitHub
parent 9ed701065e
commit f96f166196

View File

@@ -85,8 +85,8 @@ import {
} from '../helpers/businessHour';
const DEFAULT_TIMEZONE = {
label: 'America/Los_Angeles',
key: 'America/Los_Angeles',
label: 'Pacific Time (US & Canada) (GMT-07:00)',
value: 'America/Los_Angeles',
};
export default {