Skip to content

Commit 596dc04

Browse files
committed
Fix MCU family filter set wrong in the URL
1 parent 4d2384d commit 596dc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascript/downloads.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ function setupFilterListeners() {
274274
removeFilterTag('mcufamily', checkbox.value);
275275
}
276276
}
277-
setURL('mcufamilies', downloadsSearch.selected.features);
277+
setURL('mcufamilies', downloadsSearch.selected.mcufamilies);
278278
filterResults();
279279
}
280280

0 commit comments

Comments
 (0)