mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-22 08:51:19 -05:00
@@ -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);
|
||||
}
|
||||
|
||||
3592
frontend/yarn.lock
3592
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user