mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 18:53:59 -04:00
fix: Incorrect date format in Add to mealplan modal (#4605)
This commit is contained in:
@@ -51,8 +51,6 @@
|
|||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="newMealdate"
|
v-model="newMealdate"
|
||||||
:label="$t('general.date')"
|
:label="$t('general.date')"
|
||||||
:hint="$t('recipe.date-format-hint')"
|
|
||||||
persistent-hint
|
|
||||||
:prepend-icon="$globals.icons.calendar"
|
:prepend-icon="$globals.icons.calendar"
|
||||||
v-bind="attrs"
|
v-bind="attrs"
|
||||||
readonly
|
readonly
|
||||||
|
|||||||
Reference in New Issue
Block a user