MastroPino

Untitled

Jul 14th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. 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'?
  2.  
  3. 75 } else if (whitelistedMimeTypes.document.indexOf(files[i].type)) {
  4. ~~~~~~~~
  5.  
  6. src/app/data/whitelistedMimeTypes.json:10:3
  7. 10 "documents": [
  8. ~~~~~~~~~~~~~~
  9. 11 "application/pdf",
  10. ~~~~~~~~~~~~~~~~~~~~~~
  11. ...
  12. 15 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
  13. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. 16 ]
  15. ~~~
  16. 'documents' is declared here.
Add Comment
Please, Sign In to add comment