Skip to content

Commit 7078011

Browse files
authored
Fix Web UI error while trying to Export JSON (#157)
1 parent 51e7cd0 commit 7078011

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Rules.Framework.WebUI/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -714,9 +714,7 @@ <h5 class="mb-3">Rules</h5>
714714

715715
$('.download').on('click', function () {
716716
let dataSource = rules;
717-
718-
dataSource = applyRulesFilter(dataSource);
719-
717+
720718
let filename = 'rules_as_json';
721719
const contentTypeSelected = $('#contentTypesSelect').children("option:selected").val();
722720

0 commit comments

Comments
 (0)