Skip to content

Commit 63b37ed

Browse files
committed
fix for Hibernating Filter
1 parent 39f98db commit 63b37ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/app/AppListingService.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ func (impl AppListingServiceImpl) FetchAppsByEnvironmentV2(fetchAppListingReques
450450
}
451451
}
452452
envContainers = filteredContainers
453+
appSize = len(filteredContainers)
453454
}
454455
return envContainers, appSize, nil
455456
}

0 commit comments

Comments
 (0)