Merge pull request #3307 from nextcloud/chore/remove-dead-datepicker-has-timezone-prop

Remove unused DatePicker.hasTimezone prop
This commit is contained in:
kesselb 2021-07-07 12:07:23 +02:00 committed by GitHub
commit b21dcf90ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -29,7 +29,6 @@
class="property-title-time-picker__time-pickers">
<DatePicker
:date="startDate"
:has-timezone="true"
:timezone-id="startTimezone"
prefix="from"
:is-all-day="isAllDay"
@ -39,7 +38,6 @@
<DatePicker
:date="endDate"
:has-timezone="true"
:timezone-id="endTimezone"
prefix="to"
:is-all-day="isAllDay"

View File

@ -106,10 +106,6 @@ export default {
type: Date,
required: true,
},
hasTimezone: {
type: Boolean,
default: false,
},
timezoneId: {
type: String,
default: 'floating',