Skip to content

Commit

Permalink
fix: remove timeZone from sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Arucard89 committed Jan 26, 2024
1 parent 4bf6966 commit 4b7f29b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/content/components/date-components/DateField/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,10 @@ export const dateFieldConfig: Component = {
]),
defaultValue: 'round-round',
},
maxValue: {
type: 'input',
},
minValue: {
type: 'input',
},
timeZone: {
maxValue: {
type: 'input',
},
},
Expand Down

0 comments on commit 4b7f29b

Please sign in to comment.