Skip to content

Commit

Permalink
Add form field for attachmentFileName
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-glombik committed Nov 28, 2024
1 parent dd2ce64 commit ed4f33e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ <h4 jhiTranslate="artemisApp.lecture.attachments.editAttachment"></h4>
(change)="setLectureAttachment($event)"
[class.ng-invalid]="!isFileSelectionValid()"
[class.invalid-file-input-margin]="!isFileSelectionValid()"
formControlName="attachmentFileName"
aria-describedby="fileHelp"
/>
</div>
Expand Down

0 comments on commit ed4f33e

Please sign in to comment.