1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 07:39:41 +02:00

fix: Incorrect date format in Add to mealplan modal (#4605)

This commit is contained in:
Saireddy1369 2024-11-25 08:38:50 -07:00 committed by GitHub
parent 5afa611ec3
commit efb72b1859
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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