mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-12 08:07:14 -07:00
fix: removed sort menu from pages that don't support it (#1606)
This commit is contained in:
parent
fd4776842e
commit
a8da1a7594
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
{{ $vuetify.breakpoint.xsOnly ? null : $t("general.random") }}
|
||||
</v-btn>
|
||||
|
||||
<v-menu offset-y left>
|
||||
<v-menu v-if="$listeners.sortRecipes" offset-y left>
|
||||
<template #activator="{ on, attrs }">
|
||||
<v-btn text :icon="$vuetify.breakpoint.xsOnly" v-bind="attrs" :loading="sortLoading" v-on="on">
|
||||
<v-icon :left="!$vuetify.breakpoint.xsOnly">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue