chore: make select date button actually a button
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-12-30 16:12:44 +01:00
parent 0710cea9e5
commit 1648bcdb70
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
<div class="datepicker-with-range-container">
<popup>
<template #trigger="{toggle}">
<a @click.prevent.stop="toggle()">
<x-button @click.prevent.stop="toggle()" type="secondary" :shadow="false" class="mb-2">
{{ $t('task.show.select') }}
</a>
</x-button>
</template>
<template #content="{isOpen}">
<div class="datepicker-with-range" :class="{'is-open': isOpen}">