mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
Don't use GoogleDrive in Modal yet as it still needs some work. Fixes #64
Correct @arturi @hedgerh ?
This commit is contained in:
parent
7fc8544e7e
commit
e9daf656d4
1 changed files with 1 additions and 2 deletions
|
|
@ -6,10 +6,9 @@ const uppy = new Uppy({debug: true})
|
|||
uppy
|
||||
.use(Modal, {trigger: '#uppyModalOpener'})
|
||||
.use(Dummy, {target: Modal})
|
||||
.use(GoogleDrive, {target: Modal})
|
||||
// .use(GoogleDrive, {target: Modal})
|
||||
.use(ProgressBar, {target: Modal})
|
||||
.use(DragDrop, {target: Modal})
|
||||
.use(Present, {target: Modal})
|
||||
.use(Tus10, {endpoint: 'http://master.tus.io:8080/files/'})
|
||||
// .use(GoogleDrive, {target: Modal})
|
||||
.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue