diff --git a/admin-ui/src/app/catalog/components/collection-list/collection-list.component.html b/admin-ui/src/app/catalog/components/collection-list/collection-list.component.html index 234c39f548..77f48cb966 100644 --- a/admin-ui/src/app/catalog/components/collection-list/collection-list.component.html +++ b/admin-ui/src/app/catalog/components/collection-list/collection-list.component.html @@ -11,6 +11,7 @@ [collections]="items$ | async | paginate: (paginationConfig$ | async) || {}" [activeCollectionId]="activeCollectionId$ | async" (rearrange)="onRearrange($event)" + (deleteCollection)="deleteCollection($event)" >