1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 08:09:41 +02:00
This commit is contained in:
Michael Genson 2024-02-23 19:17:08 +00:00
parent d321c69244
commit ae8ea16dab
3 changed files with 4 additions and 3 deletions

View file

@ -17,7 +17,7 @@
</BasePageTitle>
<v-container class="d-flex justify-end px-0 pt-0 pb-4">
<v-checkbox v-model="showAll" hideDetails :label="$tc('general.show-all')" class="my-auto mr-4" />
<v-checkbox v-model="showAll" hide-details :label="$tc('general.show-all')" class="my-auto mr-4" />
<BaseButton create @click="createDialog = true" />
</v-container>