Disabled unnecessary tabs on dmp creation view
This commit is contained in:
parent
978e2d67d0
commit
e35ae42eeb
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue