Skip to content

Commit 41622b6

Browse files
authored
Add filterComponents into queryString
1 parent 07e8dbc commit 41622b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Traits/WithFilters.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ protected function queryStringWithFilters(): array
5252
if ($this->queryStringIsEnabled() && $this->filtersAreEnabled()) {
5353
return [
5454
'appliedFilters' => ['except' => null, 'history' => false, 'keep' => false, 'as' => $this->getQueryStringAlias().'-filters'],
55+
'filterComponents' => ['except' => null, 'history' => false, 'keep' => false, 'as' => $this->getQueryStringAlias().'-filters'],
5556
];
5657
}
5758

0 commit comments

Comments
 (0)