mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
@uppy/core: set default for Body generic (#5244)
* @uppy/core: set default for Body generic * Update angular example
This commit is contained in:
parent
9ff3746c83
commit
181ea6dfe8
3 changed files with 4 additions and 5 deletions
|
|
@ -65,8 +65,7 @@ export class AppComponent implements OnInit {
|
|||
},
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
uppy: Uppy<any, any> = new Uppy({ debug: true, autoProceed: true })
|
||||
uppy = new Uppy({ debug: true, autoProceed: true })
|
||||
|
||||
ngOnInit(): void {
|
||||
this.uppy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue