mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
parent
cd0da36e7c
commit
8235bd5104
5 changed files with 1884 additions and 2687 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue