mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 05:11:31 -05:00
implemented some missing settings
This commit is contained in:
@@ -213,6 +213,7 @@ function addStep() {
|
||||
editingObj.value.steps.push({
|
||||
ingredients: [] as Ingredient[],
|
||||
time: 0,
|
||||
showIngredientsTable: useUserPreferenceStore().userSettings.showStepIngredients
|
||||
} as Step)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user