mirror of https://github.com/portainer/portainer
fix(image-upload): uploading a tar with multiple images wont display an error anymore (#2503)
parent
c778e79004
commit
969f70edeb
|
@ -35,7 +35,8 @@ angular.module('portainer.app')
|
||||||
'Content-Type': file.type
|
'Content-Type': file.type
|
||||||
},
|
},
|
||||||
data: file,
|
data: file,
|
||||||
ignoreLoadingBar: true
|
ignoreLoadingBar: true,
|
||||||
|
transformResponse: genericHandler
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue