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

pull/2510/head
baron_l 2018-11-28 19:00:58 +01:00 committed by Anthony Lapenna
parent c778e79004
commit 969f70edeb
1 changed files with 2 additions and 1 deletions

View File

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