fix for dynamic form after upgrade

This commit is contained in:
Giuseppe Digilio
2020-11-20 21:09:12 +01:00
parent 59a0263817
commit 9abc827fc1
28 changed files with 59 additions and 54 deletions

View File

@@ -193,7 +193,7 @@ export class CollectionDropdownComponent implements OnInit, OnDestroy {
collection: { id: collection.id, uuid: collection.id, name: collection.name }
})
))),
reduce((acc: any, value: any) => [...acc, ...value], []),
reduce((acc: any, value: any) => [...acc, value], []),
startWith([])
);
this.subs.push(this.searchListCollection$.subscribe(