Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ERROR in src/app/modules/shared/components/multimedia-uploader/multimedia-uploader.component.ts:75:41 - error TS2551: Property 'document' does not exist on type '{ images: string[]; documents: string[]; }'. Did you mean 'documents'?
- 75 } else if (whitelistedMimeTypes.document.indexOf(files[i].type)) {
- ~~~~~~~~
- src/app/data/whitelistedMimeTypes.json:10:3
- 10 "documents": [
- ~~~~~~~~~~~~~~
- 11 "application/pdf",
- ~~~~~~~~~~~~~~~~~~~~~~
- ...
- 15 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 16 ]
- ~~~
- 'documents' is declared here.
Add Comment
Please, Sign In to add comment