Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal committed Apr 4, 2023
1 parent eeba6fa commit dc8a9f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
type="file"
style="display: none"
(change)="onFileSelected($event.target['files'][0])"
accept="image/*"
#fileUpload
>
<img [src]="imgPath" alt="profile photo" class="child-pic">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class EditPhotoComponent extends EditFileComponent {
lastModified: file.lastModified,
});
await super.onFileSelected(reducedFile);
this.alertService.addInfo("info " + JSON.stringify(file));
}

ngOnInit() {
Expand Down

0 comments on commit dc8a9f5

Please sign in to comment.