Don't show the "next week/month" buttons on the start page
This commit is contained in:
parent
d13f16f349
commit
c9aeff20c6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
v-model="cEndDate"
|
v-model="cEndDate"
|
||||||
/>
|
/>
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div v-if="!showAll">
|
||||||
<a @click="setDatesToNextWeek()" class="button is-primary is-outlined noshadow mr-2">Next Week</a>
|
<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>
|
<a @click="setDatesToNextMonth()" class="button is-primary is-outlined noshadow">Next Month</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue