Skip to content

Commit d61fb69

Browse files
Correct function name.
1 parent 6673286 commit d61fb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/filters/available-component-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Tailwind: `inline-flex justify-center w-full rounded-md border shadow-sm px-4 py
105105
```php
106106
public function configure(): void
107107
{
108-
$this->setFilterPillsItemAttributes([
108+
$this->setFilterButtonAttributes([
109109
'class' => 'border-rose-300 bg-white text-rose-700 hover:bg-rose-50 focus:border-stone-300 focus:ring-stone-200', // Add these classes to the filter button
110110
'default-colors' => false, // Do not output the default colors
111111
'default-styling' => true // Output the default styling

0 commit comments

Comments
 (0)