Updated ProjectListItem.jsx for GCP files

I have updated the accepted file types to include the gcp_list.txt files so that gcp_list.txt files can be accepted. I have purposely not add all .txt files so that only the correct file name is accepted, else this will fail when it runs.
pull/170/head
gkconsulting 2017-05-06 14:15:18 +02:00 zatwierdzone przez GitHub
rodzic 0a42da81b2
commit 7fd43ba11c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -95,7 +95,7 @@ class ProjectListItem extends React.Component {
url : `/api/projects/${this.state.data.id}/tasks/`,
parallelUploads: 9999999,
uploadMultiple: true,
acceptedFiles: "image/*",
acceptedFiles: "image/*,gcp_list.txt",
autoProcessQueue: true,
createImageThumbnails: false,
clickable: this.uploadButton,