diff --git a/src/scripts/coopstarter.js b/src/scripts/coopstarter.js index 2f58c56eaa978152f2b3cfe8abb5f1f47cada0e7..c7a01f39d2c2bc877498bbe13c6c30d14df16405 100644 --- a/src/scripts/coopstarter.js +++ b/src/scripts/coopstarter.js @@ -236,10 +236,10 @@ function InitManagementForType() { select_hidden.setAttribute("value", option_hidden.value); } } - //Trigerring a reload of the associated form - let parent_form = select_hidden.closest("sib-form"); - parent_form.component.inputChange(); - refreshPagination(); + //Trigerring a reload of the associated form + let parent_form = select_hidden.closest("sib-form"); + parent_form.component.inputChange(); + refreshPagination(); }); }); },