feat: make the custom button actually do stuff
This commit is contained in:
parent
378f782d44
commit
12317c56b3
@ -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…
x
Reference in New Issue
Block a user