Skip to content

Commit

Permalink
dead-code
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad authored Jan 7, 2024
1 parent 26dff77 commit 6a1a4f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/design/FileUpload/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ type FileUploadVariant = 'default' | 'error';
export interface FileUploadProps
extends Omit<InputWrapperProps, 'children' | 'onDrop'> {
disabled?: boolean;
// acceptableTypes?: string[];
// NOTE: in Byte
// maxSize: number;
defaultFiles?: File[];
helper?: string;
upload?: (file: File) => Promise<void>;
Expand Down

0 comments on commit 6a1a4f4

Please sign in to comment.