Merge branch '2.2' into master-3.0

This commit is contained in:
grossmj 2024-11-25 11:03:29 +10:00
commit c1fa038f27
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
<div *ngIf="newImageSelected"> <div *ngIf="newImageSelected">
<input <input
type="file" type="file"
accept=".bin" accept=".bin, .image, .iol"
#file #file
class="nonvisible" class="nonvisible"
(change)="uploadImageFile($event)" (change)="uploadImageFile($event)"

View File

@ -61,7 +61,7 @@
</mat-form-field> </mat-form-field>
<input <input
type="file" type="file"
accept=".bin" accept=".bin, .image, .iol"
#file #file
class="nonvisible" class="nonvisible"
(change)="uploadImageFile($event)" (change)="uploadImageFile($event)"