Skip to content
Snippets Groups Projects
Commit 47caa8d0 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[REF]: Remove unused drag events as props

parent 8c16a66d
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ const FileInputButton: React.FC<FileInputButtonProps> = ( ...@@ -62,6 +62,7 @@ const FileInputButton: React.FC<FileInputButtonProps> = (
color, color,
style, style,
textColor, textColor,
textTransform,
className, className,
//label //label
label, label,
...@@ -69,9 +70,6 @@ const FileInputButton: React.FC<FileInputButtonProps> = ( ...@@ -69,9 +70,6 @@ const FileInputButton: React.FC<FileInputButtonProps> = (
localization, localization,
//ripple //ripple
disableRipple, disableRipple,
//drag operations
onDragEnter,
onDragLeave,
//action butotns //action butotns
actionButtons, actionButtons,
//drop layer //drop layer
...@@ -83,7 +81,6 @@ const FileInputButton: React.FC<FileInputButtonProps> = ( ...@@ -83,7 +81,6 @@ const FileInputButton: React.FC<FileInputButtonProps> = (
//footerConfig = {}, //footerConfig = {},
//disabled //disabled
disabled, disabled,
//open file dialog
//clickable, //clickable,
//add or replace //add or replace
behaviour, behaviour,
...@@ -92,7 +89,6 @@ const FileInputButton: React.FC<FileInputButtonProps> = ( ...@@ -92,7 +89,6 @@ const FileInputButton: React.FC<FileInputButtonProps> = (
//advancedConfig, //advancedConfig,
variant, variant,
textTransform,
resetStyles, resetStyles,
...rest ...rest
} = mergeProps(props, defaultFileInputButtonProps); } = mergeProps(props, defaultFileInputButtonProps);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment