1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

fix(docker/images): export image [EE-6807] (#11305)

This commit is contained in:
Chaim Lev-Ari 2024-03-05 19:30:45 +02:00 committed by GitHub
parent ec913b45d6
commit 2c3dcdd14e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View file

@ -16,7 +16,7 @@ function ImageHelperFactory() {
/**
*
* @param {import('@/react/docker/images/queries/useImages').ImagesListResponse[]} images
* @param {Array<{tags: Array<string>; id: string;}>} images
* @returns {{names: string[]}}}
*/
function getImagesNamesForDownload(images) {