changed step header default and fixed ingredient rendering error

This commit is contained in:
vabene1111
2022-02-04 17:11:35 +01:00
parent 7f427c2d1f
commit fd026154d8
2 changed files with 3 additions and 2 deletions

View File

@@ -791,7 +791,7 @@ export default {
let empty_step = {
instruction: "",
ingredients: [],
show_as_header: true,
show_as_header: false,
time_visible: false,
ingredients_visible: true,
instruction_visible: true,