Skip to content

Commit

Permalink
fixed the attachment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mashm committed Jul 18, 2024
1 parent e70156f commit c80c3a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ export class AttachmentComponent implements OnInit, OnDestroy {
if (this.filesWithError.length === 0) {
this.clearFieldErrorMessages();
}
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
this.fileInput && this.fileInput.nativeElement.value ? null : '';
}

Expand Down

0 comments on commit c80c3a5

Please sign in to comment.