mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
lint fix
This commit is contained in:
parent
33db3f1b3c
commit
3895294d76
3 changed files with 3 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import Uppy from '@uppy/core'
|
||||
import Dashboard from '@uppy/dashboard'
|
||||
import Form from '@uppy/form'
|
||||
import GoldenRetriever from '@uppy/golden-retriever'
|
||||
import ImageEditor from '@uppy/image-editor'
|
||||
import RemoteSources from '@uppy/remote-sources'
|
||||
import Transloadit, { COMPANION_URL } from '@uppy/transloadit'
|
||||
import Webcam from '@uppy/webcam'
|
||||
import GoldenRetriever from '@uppy/golden-retriever'
|
||||
|
||||
import '@uppy/core/css/style.css'
|
||||
import '@uppy/dashboard/css/style.css'
|
||||
|
|
@ -137,7 +137,8 @@ const dashboard = new Uppy({
|
|||
template_id: TEMPLATE_ID,
|
||||
},
|
||||
},
|
||||
}).use(GoldenRetriever)
|
||||
})
|
||||
.use(GoldenRetriever)
|
||||
|
||||
window.dashboard = dashboard
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ export function getUploadingState(
|
|||
return statusBarStates.STATE_COMPLETE
|
||||
}
|
||||
|
||||
|
||||
// ASSEMBLY_EXECUTING implies all uploads are done by Transloadit's state
|
||||
// machine, so it always outranks recoveredState.
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ export function getUploadingState(
|
|||
return statusBarStates.STATE_COMPLETE
|
||||
}
|
||||
|
||||
|
||||
// ASSEMBLY_EXECUTING implies all uploads are done by Transloadit's state
|
||||
// machine, so it always outranks recoveredState.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue