Skip to content

Commit

Permalink
logic reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaomiDEV committed Aug 5, 2024
1 parent c07d340 commit cc30035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/options/FrontHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
<IonSearchbar :animated="true" :placeholder="$t('options:frontHistory.searchPlaceholder')"
showCancelButton="focus" showClearButton="focus" :spellcheck="false" v-model="search" />
</IonToolbar>
<div class="container">
<div class="container" v-if="isCalendarView">
<IonDatetime presentation="date" :firstDayOfWeek="firstWeekOfDayIsSunday ? 0 : 1"
@ionChange="(e) => date = e.detail.value as string" v-if="isCalendarView" />
@ionChange="(e) => date = e.detail.value as string" />
</div>
</IonHeader>

Expand Down

0 comments on commit cc30035

Please sign in to comment.