mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -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-model="newMealdate"
|
||||
:label="$t('general.date')"
|
||||
:hint="$t('recipe.date-format-hint')"
|
||||
persistent-hint
|
||||
:prepend-icon="$globals.icons.calendar"
|
||||
v-bind="attrs"
|
||||
readonly
|
||||
|
||||
Reference in New Issue
Block a user