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 a40a72d commit 35cd35aCopy full SHA for 35cd35a
src/View/Components/FilterPill.php
@@ -11,7 +11,7 @@ class FilterPill extends Component
11
12
public function __construct(public string $filterKey, public FilterPillData $filterPillData)
13
{
14
- $this->shouldWatch = $this->filterPillData->shouldWatchForEvents();
+ $this->shouldWatch = (bool) $this->filterPillData->shouldWatchForEvents();
15
}
16
17
public function render(): null|string|\Illuminate\Support\HtmlString|\Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\Contracts\View\View
0 commit comments