From 82953375af557df445e3a41ae21506cdc18e044a Mon Sep 17 00:00:00 2001 From: G r e y Date: Thu, 9 Jun 2022 17:14:53 +0000 Subject: [PATCH] fix: sort time zones Summary: The list of time zones in the edit workspace schedule form is not sorted alphabetically. --- site/src/components/WorkspaceScheduleForm/zones.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/WorkspaceScheduleForm/zones.ts b/site/src/components/WorkspaceScheduleForm/zones.ts index 1a63f357336d7..fe2536a7e8f27 100644 --- a/site/src/components/WorkspaceScheduleForm/zones.ts +++ b/site/src/components/WorkspaceScheduleForm/zones.ts @@ -1,3 +1,3 @@ import tzData from "tzdata" -export const zones: string[] = Object.keys(tzData.zones) +export const zones: string[] = Object.keys(tzData.zones).sort() pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy