search and recipe improvements

This commit is contained in:
vabene1111
2024-12-28 13:05:48 +01:00
parent cde632241b
commit 275c879e62
6 changed files with 28 additions and 20 deletions

View File

@@ -158,6 +158,7 @@ onMounted(() => {
setupState(props.item, props.itemId, {
newItemFunction: () => {
editingObj.value.steps = [] as Step[]
editingObj.value.internal = true //TODO make database default after v2
}
})
})