Skip to content

Commit

Permalink
Merge pull request #245 from ThalesGroup/hotfix/adding-risk-displays-…
Browse files Browse the repository at this point in the history
…mitigation-panels-

deleted displaying Decision Comment when adding a risk
  • Loading branch information
Alvin-JohnPagente authored May 20, 2024
2 parents 6f1c341 + 17b3246 commit 264ead8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/tabs/Risks/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,6 @@ function enableInteract(){
// filter
risksTable.clearFilter();
$('input[id="filter-value"]').val('');
if (risksData.length > 0) $('#risks section').show();
const rowData = {
...risk
}
Expand Down

0 comments on commit 264ead8

Please sign in to comment.