1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 04:55:21 +02:00

fix: code warnings (lint) (#4704)

This commit is contained in:
Kuchenpirat 2024-12-10 16:58:34 +01:00 committed by GitHub
parent 02a545dcb5
commit 945ffb34fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@
)" )"
color="primary" color="primary"
:icon="$globals.icons.foods" :icon="$globals.icons.foods"
:submit-disabled="isCreateDisabled"
@submit=" @submit="
if (newMeal.existing) { if (newMeal.existing) {
actions.updateOne(newMeal); actions.updateOne(newMeal);
@ -22,7 +23,6 @@
resetDialog(); resetDialog();
" "
@close="resetDialog()" @close="resetDialog()"
:submitDisabled="isCreateDisabled"
> >
<v-card-text> <v-card-text>
<v-menu <v-menu