We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84169a2 commit 64f9631Copy full SHA for 64f9631
src/app/components/project-map/new-template-dialog/new-template-dialog.component.ts
@@ -143,7 +143,7 @@ export class NewTemplateDialogComponent implements OnInit {
143
this.qemuBinaries = binaries;
144
});
145
146
- this.uploader = new FileUploader({});
+ this.uploader = new FileUploader({url: ''});
147
this.uploader.onAfterAddingFile = (file) => {
148
file.withCredentials = false;
149
};
@@ -162,7 +162,7 @@ export class NewTemplateDialogComponent implements OnInit {
162
this.getAppliance(item.url);
163
164
165
- this.uploaderImage = new FileUploader({});
+ this.uploaderImage = new FileUploader({url: ''});
166
this.uploaderImage.onAfterAddingFile = (file) => {
167
168
0 commit comments