Skip to content

Commit

Permalink
fix issues with missing file type
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Dec 22, 2023
1 parent cf58448 commit 2d51081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/stores/NetworkStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class NetworkStore {
targetId,
file.name,
file.size,
file.type,
file.type || 'application/octet-stream',
preview
);

Expand Down

0 comments on commit 2d51081

Please sign in to comment.