Remove unused state
parent
f1cc1d85ce
commit
f23c7bf156
|
@ -14,7 +14,6 @@ interface State {
|
|||
fileName: string
|
||||
progress: string
|
||||
dragClass: string
|
||||
isUploading: boolean
|
||||
}
|
||||
|
||||
let dragCounter = 0
|
||||
|
@ -34,7 +33,6 @@ class DragAndDrop extends PureComponent<Props, State> {
|
|||
fileName: '',
|
||||
progress: '',
|
||||
dragClass: 'drag-none',
|
||||
isUploading: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue