mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
fix(image-upload): uploading a tar with multiple images wont display an error anymore (#2503)
This commit is contained in:
parent
c778e79004
commit
969f70edeb
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue