Skip to content

Commit ee9c8ec

Browse files
committed
automatic small change
1 parent 1f3f9f7 commit ee9c8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.filters.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
}
709709

710710
function populateSelectedFiltersFromDefaultValues(){
711-
$.each(filterModal.settings.options, function(_, parameter){
711+
$.each(filterModal.settings.filterParameters, function(_, parameter){
712712
var serverParameterName = parameter.attributeName,
713713
humanParameterName = parameter.name,
714714
selected = [];

0 commit comments

Comments
 (0)