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

chore: bump deps (#1252)

* bump deps

* fix: add apt-get update
This commit is contained in:
Hayden 2022-05-22 11:52:57 -08:00 committed by GitHub
parent cd0da36e7c
commit 8235bd5104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1884 additions and 2687 deletions

View file

@ -274,7 +274,7 @@ export default defineComponent({
watch(props.value, (v) => {
state.disabledSteps = [];
v.forEach((element) => {
v.forEach((element: RecipeStep) => {
if (element.id !== undefined) {
showTitleEditor.value[element.id] = validateTitle(element.title);
}