chore: remove unnecessary control wrapper
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2021-12-21 13:51:32 +01:00
parent 19bde2a86e
commit 4d4fb89c0c
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 9 additions and 10 deletions

View File

@ -10,16 +10,15 @@
>
{{ $t('filters.attributes.requireAll') }}
</fancycheckbox>
<div class="control">
<fancycheckbox @change="setDoneFilter" v-model="filters.done">
{{ $t('filters.attributes.showDoneTasks') }}
</fancycheckbox>
</div>
<div class="control">
<fancycheckbox v-model="sortAlphabetically">
{{ $t('filters.attributes.sortAlphabetically') }}
</fancycheckbox>
</div>
<fancycheckbox @change="setDoneFilter" v-model="filters.done">
{{ $t('filters.attributes.showDoneTasks') }}
</fancycheckbox>
<fancycheckbox
v-if="!$route.name.includes('list.kanban') || !$route.name.includes('list.table')"
v-model="sortAlphabetically"
>
{{ $t('filters.attributes.sortAlphabetically') }}
</fancycheckbox>
</div>
<div class="field">
<label class="label">{{ $t('misc.search') }}</label>