Skip to content

Commit

Permalink
fix: minor problems with surface look of timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
naimo84 committed Feb 4, 2022
1 parent df14831 commit 6f00517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/timezones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ function timezones() {

$("#node-input-timezone").typedInput({
typeField: "#node-input-timezonetype",
default: "timezone",
types: ["msg",
default: "str",
types: ["str", "msg",
{
value: "timezone",
label: "timezone",
Expand Down

0 comments on commit 6f00517

Please sign in to comment.