Skip to content

Commit

Permalink
fix(QTime/TS): more accurate TS definition for "options" prop #12243
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Jan 29, 2022
1 parent f75287e commit 18aa885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/time/QTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"examples": [ 15 ]
},
"min": {
"type": "Number",
"type": [ "Number", "null" ],
"desc": "Minutes",
"examples": [ 38 ]
},
"sec": {
"type": "Number",
"type": [ "Number", "null" ],
"desc": "Seconds",
"examples": [ 12 ]
}
Expand Down

0 comments on commit 18aa885

Please sign in to comment.