Loading dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ class="lightblue-btn text-uppercase mr-2">{{'DMP-EDITOR.ACTIONS.SAVE' | translate}} </button> </div> <div *ngIf="dmp.lockable && this.formGroup.enabled"> <div *ngIf="this.formGroup.enabled"> <button type="button" mat-raised-button color="primary" class="lightblue-btn text-uppercase" (click)="saveAndFinalize()">{{'DMP-EDITOR.ACTIONS.FINALISE' | translate}} </button> Loading Loading
dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ class="lightblue-btn text-uppercase mr-2">{{'DMP-EDITOR.ACTIONS.SAVE' | translate}} </button> </div> <div *ngIf="dmp.lockable && this.formGroup.enabled"> <div *ngIf="this.formGroup.enabled"> <button type="button" mat-raised-button color="primary" class="lightblue-btn text-uppercase" (click)="saveAndFinalize()">{{'DMP-EDITOR.ACTIONS.FINALISE' | translate}} </button> Loading