Disabled unnecessary tabs on dmp creation view

This commit is contained in:
apapachristou 2019-06-04 12:55:44 +03:00
parent 978e2d67d0
commit e35ae42eeb
1 changed files with 2 additions and 2 deletions

View File

@ -53,14 +53,14 @@
</ng-template>
<app-project-tab [formGroup]="formGroup"></app-project-tab>
</mat-tab>
<mat-tab>
<mat-tab [disabled]="isNew">
<ng-template mat-tab-label>
<mat-icon class="mr-2">library_books</mat-icon>
{{ 'DMP-LISTING.COLUMNS.DATASETS' | translate }}
</ng-template>
<app-datasets-tab [dmp]="dmp" ></app-datasets-tab>
</mat-tab>
<mat-tab>
<mat-tab [disabled]="isNew">
<ng-template mat-tab-label>
<mat-icon class="mr-2">person</mat-icon>
{{ 'DMP-LISTING.COLUMNS.PEOPLE' | translate }}