Skip to content

Commit

Permalink
Adds show-default-buttons on BulkEditor datepickers
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoemanuel committed Oct 29, 2022
1 parent 936ff74 commit 7647a2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/BulkEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
<ion-label class="ion-text-wrap" @click="() => isOpenGlobal = true" slot="end">{{ $t('Select run time') }}</ion-label>
<ion-modal class="date-time-modal" :is-open="isOpenGlobal" @didDismiss="() => isOpenGlobal = false">
<ion-content force-overscroll="false">
<ion-datetime
<ion-datetime
show-default-buttons
hour-cycle="h12"
/>
</ion-content>
Expand Down Expand Up @@ -118,7 +119,8 @@
<ion-label class="ion-text-wrap" @click="() => isOpen = true" slot="end">{{ $t('Select run time') }}</ion-label>
<ion-modal class="date-time-modal" :is-open="isOpen" @didDismiss="() => isOpen = false">
<ion-content force-overscroll="false">
<ion-datetime
<ion-datetime
show-default-buttons
hour-cycle="h12"
/>
</ion-content>
Expand Down

0 comments on commit 7647a2f

Please sign in to comment.