mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
fix: code warnings (lint) (#4704)
This commit is contained in:
parent
02a545dcb5
commit
945ffb34fe
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
)"
|
||||
color="primary"
|
||||
:icon="$globals.icons.foods"
|
||||
:submit-disabled="isCreateDisabled"
|
||||
@submit="
|
||||
if (newMeal.existing) {
|
||||
actions.updateOne(newMeal);
|
||||
|
@ -22,7 +23,6 @@
|
|||
resetDialog();
|
||||
"
|
||||
@close="resetDialog()"
|
||||
:submitDisabled="isCreateDisabled"
|
||||
>
|
||||
<v-card-text>
|
||||
<v-menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue