feat: make the custom button actually do stuff
This commit is contained in:
parent
378f782d44
commit
12317c56b3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<button @click="setDateRange(datesNextMonth)" :class="{'is-active': dateRange === datesNextMonth}">
|
<button @click="setDateRange(datesNextMonth)" :class="{'is-active': dateRange === datesNextMonth}">
|
||||||
{{ $t('task.show.nextMonth') }}
|
{{ $t('task.show.nextMonth') }}
|
||||||
</button>
|
</button>
|
||||||
<button :class="{'is-active': customRangeActive}">
|
<button @click="setDateRange('')" :class="{'is-active': customRangeActive}">
|
||||||
{{ $t('misc.custom') }}
|
{{ $t('misc.custom') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue