Skip to content

Commit

Permalink
BAH-3334 | Fix. Incorrect Display Control Type (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh authored Jul 17, 2024
1 parent 7a49263 commit d5f0ba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ angular.module('bahmni.common.displaycontrol.dashboard')
$scope.tabConfigName = $stateParams.tabConfigName || 'default';

if ($scope.patient !== undefined) {
var dashboardConfig = $scope.config.sections['forms-v2-react'] ? $scope.config.sections['forms-v2-react'].dashboardConfig : null;
var dashboardConfig = $scope.config.sections['formsV2react'] ? $scope.config.sections['formsV2React'].dashboardConfig : null;
$scope.formData = {
patientUuid: $scope.patient.uuid,
patient: $scope.patient,
Expand Down

0 comments on commit d5f0ba9

Please sign in to comment.