Skip to content

Commit

Permalink
Merge pull request #2171 from devtron-labs/fix/deployment-window-relo…
Browse files Browse the repository at this point in the history
…ad-main

fix: deployment window > in app groupenv is null
  • Loading branch information
shivani170 authored Nov 13, 2024
2 parents 55c628c + 16aa544 commit 25ec524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function EnvironmentOverview({
async function getDeploymentWindowEnvOverrideMetaData() {
const appEnvTuples = (selectedAppDetails ? [selectedAppDetails] : selectedAppDetailsList).map((appDetail) => ({
appId: +appDetail.appId,
envId: +appDetail.envId,
envId: Number(envId),
}))
if (appEnvTuples.length) {
setIsDeploymentLoading(true)
Expand Down

0 comments on commit 25ec524

Please sign in to comment.