Skip to content

Commit

Permalink
id back to string
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Aug 7, 2022
1 parent fa6aae7 commit 49f336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/fileupload/FileUpload.d.ts
Expand Up @@ -82,7 +82,7 @@ interface FileUploadRemoveParams {
}

interface FileUploadProps {
id?: void;
id?: string;
name?: string;
url?: string;
mode?: FileUploadModeType;
Expand Down

0 comments on commit 49f336a

Please sign in to comment.