diff --git a/source/integrations/index.html b/source/integrations/index.html index 0f47a65fe1d..a2da1ed5260 100644 --- a/source/integrations/index.html +++ b/source/integrations/index.html @@ -728,6 +728,10 @@ join: ',' | split: ',' -%} let value = select.value; if (value !== '#') { + // Clear any existing brand filter when selecting a category + if (id === 'cat') { + removeQueryFromURL('brands'); + } setQueryURL(id, value); } else { // clear current filter