Skip to content

Commit

Permalink
integrity check needs all keys to be present
Browse files Browse the repository at this point in the history
  • Loading branch information
bobnik committed Oct 15, 2023
1 parent 0e88ae4 commit eb1281a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/shapes/FileImport.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default class FileImport extends Shape {
...{
vertices: [],
maintainAspectRatio: true,
fileName: "",
},
...(props === undefined
? {}
Expand Down

0 comments on commit eb1281a

Please sign in to comment.