mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
safety check
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
|
||||
<ng-container *ngVar="(types$ | async) as types">
|
||||
|
||||
<div *ngIf="types.length > 0" class="mb-4">
|
||||
<div *ngIf="types && types.length > 0" class="mb-4">
|
||||
|
||||
{{'virtual-metadata.delete-item.info' | translate}}
|
||||
</div>
|
||||
|
||||
<div *ngFor="let type of types" class="mb-4">
|
||||
|
||||
@@ -82,6 +82,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</ng-container>
|
||||
|
||||
<button (click)="performAction()"
|
||||
|
Reference in New Issue
Block a user