Skip to content

Commit

Permalink
fix put back the autoUpload variable to true
Browse files Browse the repository at this point in the history
  • Loading branch information
wil92 committed Feb 25, 2019
1 parent 0fe11de commit 583e6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/service-way/service-way.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class ServiceWayComponent implements OnDestroy, OnInit {
allowedTypes: 'image/*,video/*',
url: `${environment.api}/upload?uploadType=uploadx`,
token: 'someToken',
autoUpload: false,
autoUpload: true,
chunkSize: 1024 * 256 * 8
};
private ngUnsubscribe: Subject<any> = new Subject();
Expand Down

0 comments on commit 583e6cb

Please sign in to comment.