Skip to content

Commit

Permalink
BS-160 | Patrick | Close alerts when medication input is cleared (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyatindopatrick authored and sivareddyp committed Nov 1, 2023
1 parent 5d99805 commit 2923fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ angular.module('bahmni.clinical')
return;
}
delete $scope.treatment.drug;
$scope.cdssAlerts = [];
$scope.newAlerts = [];
};
})();

Expand Down

0 comments on commit 2923fd6

Please sign in to comment.