mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-09-10 07:39:25 +00:00
add autogenerated ID to route and processors
This commit is contained in:
@@ -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}`)"
|
||||
|
||||
Reference in New Issue
Block a user