Skip to content
Snippets Groups Projects
Commit 915e1f12 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

fix: error on deposit with sip link that avoid to create deposit

parent a5755b63
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
<mat-error #errors></mat-error> <mat-error #errors></mat-error>
</mat-form-field> </mat-form-field>
<div *ngIf="model.sipId" <div *ngIf="model && model.sipId"
class="link" class="link"
> >
<mat-label class="disabled">{{'preservation.deposit.form.sip' | translate}}</mat-label> <mat-label class="disabled">{{'preservation.deposit.form.sip' | translate}}</mat-label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment