Commit 71bceef1 authored by Anna Papachristou's avatar Anna Papachristou
Browse files

Bug Fixed on New Dmp Finalize option

parent 62bf286f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>