Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored May 29, 2024
1 parent cea2147 commit d187acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export class MgtFile extends MgtTemplatedTaskComponent {
}

let fileIconSrc;
let fileType: = "";
let fileType = "";

if (this.fileIcon) {
fileIconSrc = this.fileIcon;
Expand Down

0 comments on commit d187acb

Please sign in to comment.