mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
fix: code warnings (lint) (#4704)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user