Don't show the "next week/month" buttons on the start page
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2020-12-23 21:12:59 +01:00
parent d13f16f349
commit c9aeff20c6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
v-model="cEndDate"
/>
</h3>
<div>
<div v-if="!showAll">
<a @click="setDatesToNextWeek()" class="button is-primary is-outlined noshadow mr-2">Next Week</a>
<a @click="setDatesToNextMonth()" class="button is-primary is-outlined noshadow">Next Month</a>
</div>