diff --git a/src/frontend/app/attachments/attachment-create/attachment-create.component.html b/src/frontend/app/attachments/attachment-create/attachment-create.component.html
index d5abba9deca9374f413a62e61ef3ca1426c9bf35..f05c2519c9c6eea5c5e91bdea2a7528b10a5bb2a 100644
--- a/src/frontend/app/attachments/attachment-create/attachment-create.component.html
+++ b/src/frontend/app/attachments/attachment-create/attachment-create.component.html
@@ -17,7 +17,7 @@
             <mat-tab *ngFor="let attachment of attachments; let i=index" [disabled]="isDocLoading()">
                 <ng-template mat-tab-label>
                     <span [class.complete]="isPjValid(i)">{{lang.attachmentShort}} n°{{i+1}}&nbsp;<i *ngIf="isPjValid(i)"
-                            class="fa fa-check"></i><button mat-icon-button *ngIf="attachments.length > 1" color="warn"
+                            class="fa fa-check"></i><button mat-icon-button *ngIf="attachments.length > 1" [disabled]="isDocLoading()" color="warn"
                             [title]="lang.delAttachment" (click)="$event.stopPropagation();removePj(i)">
                             <mat-icon class="fa fa-minus"></mat-icon>
                         </button></span>