add autogenerated ID to route and processors

This commit is contained in:
Joel Wetzell
2026-08-19 10:00:40 -05:00
parent eee372b337
commit e0f686b08b
4 changed files with 10 additions and 4 deletions
@@ -17,7 +17,7 @@
(cdkDropListDropped)="drop($event)"
[cdkDropListData]="routes()"
>
@for (route of routes(); track $index + (route.input || ''); let i = $index) {
@for (route of routes(); track route.id; let i = $index) {
<div class="m-2" cdkDrag>
<app-route
[id]="listService.pathToId(`routes/${i}`)"