Fix calendar's querySelectorAll error on destroy

This commit is contained in:
Maciej Pędzich 2022-07-10 21:34:06 +01:00
parent fb9e64f085
commit 158099ba45

View File

@ -103,7 +103,7 @@ const updateQueryAndReload = async ({ month, year }: DateChangePayload) => {
Something went wrong while fetching archive entries
</p>
<Calendar
v-show="!loadingCalendarEntries"
v-if="!loadingCalendarEntries"
v-model="calendarDisplayDate"
:disabled="loadingCalendarEntries"
:touch-u-i="isPortableScreen"