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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {