Merge pull request #3233 from weaveworks/api-getfluximages-fix

Correct api.getFluxImages usage
This commit is contained in:
Aaron Kirkbride
2018-06-20 13:48:18 +01:00
committed by GitHub

View File

@@ -854,7 +854,7 @@ export function getImagesForService(orgId, serviceId) {
});
// Use the fluxv2 api
api.getFluxImages(orgId, serviceId, 2)
api.getFluxImages(orgId, serviceId)
.then((services) => {
dispatch({
type: ActionTypes.RECEIVE_SERVICE_IMAGES,