We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256b12d commit bb005d0Copy full SHA for bb005d0
src/Traits/WithFilters.php
@@ -52,6 +52,7 @@ protected function queryStringWithFilters(): array
52
if ($this->queryStringIsEnabled() && $this->filtersAreEnabled()) {
53
return [
54
'appliedFilters' => ['except' => null, 'history' => false, 'keep' => false, 'as' => $this->getQueryStringAlias().'-filters'],
55
+ 'filterComponents' => ['except' => null, 'history' => false, 'keep' => false, 'as' => $this->getQueryStringAlias().'-filters'],
56
];
57
}
58
0 commit comments