This commit is contained in:
Prakash 2026-05-01 18:23:43 +05:30
parent 33db3f1b3c
commit 3895294d76
3 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.
//