Browse Source

@uppy/drop-target: remove `title` property (#5200)

Mikael Finstad 11 months ago
parent
commit
4d6c2a0b32
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/@uppy/drop-target/src/index.ts

+ 0 - 2
packages/@uppy/drop-target/src/index.ts

@@ -50,8 +50,6 @@ export default class DropTarget<
     super(uppy, { ...defaultOpts, ...opts })
     this.type = 'acquirer'
     this.id = this.opts.id || 'DropTarget'
-    // @ts-expect-error TODO: remove in major
-    this.title = 'Drop Target'
   }
 
   addFiles = (files: Array<File>): void => {