diff --git a/src/main/resources/public/js/fuzzyRule.js b/src/main/resources/public/js/fuzzyRule.js index 1b3ce74..c1a51fb 100644 --- a/src/main/resources/public/js/fuzzyRule.js +++ b/src/main/resources/public/js/fuzzyRule.js @@ -257,4 +257,5 @@ async function initSelects() { await addConsequent($('#rulesConsequent'), $(projectIdEl).val()); } $(".selectpicker").selectpicker("refresh"); + createRule(); } \ No newline at end of file