diff --git a/ui/src/shared/components/DragAndDrop.tsx b/ui/src/shared/components/DragAndDrop.tsx index c08a42d3d..c29cb8454 100644 --- a/ui/src/shared/components/DragAndDrop.tsx +++ b/ui/src/shared/components/DragAndDrop.tsx @@ -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 { fileName: '', progress: '', dragClass: 'drag-none', - isUploading: false, } }