Skip to content

Commit

Permalink
fix: code warnings (lint) (#4704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuchenpirat authored Dec 10, 2024
1 parent 02a545d commit 945ffb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/household/mealplan/planner/edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
)"
color="primary"
:icon="$globals.icons.foods"
:submit-disabled="isCreateDisabled"
@submit="
if (newMeal.existing) {
actions.updateOne(newMeal);
Expand All @@ -22,7 +23,6 @@
resetDialog();
"
@close="resetDialog()"
:submitDisabled="isCreateDisabled"
>
<v-card-text>
<v-menu
Expand Down

0 comments on commit 945ffb3

Please sign in to comment.