fix(ui): default tz fix
This commit is contained in:
parent
7f9ca9ef18
commit
4d22156b6a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ function DefaultTimezone(props) {
|
|||
<div className="mt-2 flex items-center" style={{ width: "265px"}}>
|
||||
<Select
|
||||
options={timezoneOptions}
|
||||
defaultValue={timezone}
|
||||
defaultValue={timezone.value}
|
||||
className="w-full"
|
||||
onChange={onSelectChange}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue