Skip to content

Commit

Permalink
SELV3-780: self review
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 committed Dec 10, 2024
1 parent dafcbf7 commit 8be3227
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
angular
.module('admin-geographic-zone-view')
.constant('CATCHMENT_POPULATION_CALC_AUTO_FEATURE_FLAG', 'CATCHMENT_POPULATION_CALC_AUTO');
})();
})();
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
function setCatchmentPopulationAutoCalc(featureFlagService, CATCHMENT_POPULATION_CALC_AUTO_FEATURE_FLAG) {
featureFlagService.set(CATCHMENT_POPULATION_CALC_AUTO_FEATURE_FLAG, '${CATCHMENT_POPULATION_CALC_AUTO}', false);
}
})();
})();
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
max-height: 540px;
overflow-y: auto;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ <h2>{{'adminGeographicZoneVisualize.title' | message}}</h2>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 8be3227

Please sign in to comment.