mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-14 22:35:17 -05:00
Fix/multiple bug fixes (#1015)
* test-case for #1011 * revert regressions for #1011 * update cache key on new image * lint * fix #1012 * typing * random_recipe fixture * remove delete button when no listeners are present * spacing * update copy to match settings value
This commit is contained in:
@@ -21,7 +21,13 @@
|
||||
type="number"
|
||||
placeholder="Quantity"
|
||||
>
|
||||
<v-icon slot="prepend" class="mr-n1" color="error" @click="$emit('delete')">
|
||||
<v-icon
|
||||
v-if="$listeners && $listeners.delete"
|
||||
slot="prepend"
|
||||
class="mr-n1"
|
||||
color="error"
|
||||
@click="$emit('delete')"
|
||||
>
|
||||
{{ $globals.icons.delete }}
|
||||
</v-icon>
|
||||
</v-text-field>
|
||||
|
||||
Reference in New Issue
Block a user