Skip to content

Commit

Permalink
fixed prop
Browse files Browse the repository at this point in the history
  • Loading branch information
frank0170 committed Sep 28, 2023
1 parent 8a975ad commit 7273f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/interface/FileUpload/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const FileUpload: React.FC<FileUploadProps> = ({
const newFile = new File([fileData], id);
const data = {
fileName: name,
pointer: pointer,
pointer,
type: fileData.type,
previewUrl: URL.createObjectURL(fileData),
file: newFile,
Expand Down

0 comments on commit 7273f65

Please sign in to comment.