Updated ProjectListItem.jsx to accept GCP files

I have updated the accepted file type to include .txt files so that the
gcp_list.txt files can be accepted.
pull/170/head
gkconsulting 2017-05-15 21:54:47 +02:00
rodzic f3403278b5
commit c642acee26
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/*, .txt",
autoProcessQueue: true,
createImageThumbnails: false,
clickable: this.uploadButton,