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