#2 -- Fix create rule
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 2m18s

This commit is contained in:
Anton Romanov 2025-03-04 10:16:50 +04:00
parent 40fc94c20d
commit 3dc85d247b

View File

@ -257,4 +257,5 @@ async function initSelects() {
await addConsequent($('#rulesConsequent'), $(projectIdEl).val());
}
$(".selectpicker").selectpicker("refresh");
createRule();
}