1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(image-upload): uploading a tar with multiple images wont display an error anymore (#2503)

This commit is contained in:
baron_l 2018-11-28 19:00:58 +01:00 committed by Anthony Lapenna
parent c778e79004
commit 969f70edeb

View file

@ -35,7 +35,8 @@ angular.module('portainer.app')
'Content-Type': file.type
},
data: file,
ignoreLoadingBar: true
ignoreLoadingBar: true,
transformResponse: genericHandler
});
};