Skip to content

Commit

Permalink
Fix Web UI error while trying to Export JSON (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgoias committed Jan 4, 2024
1 parent 51e7cd0 commit 7078011
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Rules.Framework.WebUI/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,7 @@ <h5 class="mb-3">Rules</h5>

$('.download').on('click', function () {
let dataSource = rules;

dataSource = applyRulesFilter(dataSource);


let filename = 'rules_as_json';
const contentTypeSelected = $('#contentTypesSelect').children("option:selected").val();

Expand Down

0 comments on commit 7078011

Please sign in to comment.