add topping edit to recipelist WIP
This commit is contained in:
parent
6b37c73aea
commit
ddfbeb4ac6
6 changed files with 180 additions and 73 deletions
|
|
@ -225,8 +225,9 @@ export class RecipeDetailsComponent implements OnInit {
|
|||
}
|
||||
|
||||
onRecipeListFormChange(repl: unknown[]) {
|
||||
// console.log('Recipe List Form Changed', repl);
|
||||
this.repl = repl as never[];
|
||||
console.log('Recipe List Form Changed', repl);
|
||||
this.repl = repl[1] as never[];
|
||||
this.tpl = repl[0] as never[];
|
||||
this.isValueChanged ||= repl != undefined;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue