Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and github-actions[bot] committed Sep 21, 2023
1 parent 21a5a1a commit c10d3bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Traits/Helpers/SearchHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,4 @@ public function getSearchFieldAttributes(): array
{
return count($this->searchFieldAttributes) ? $this->searchFieldAttributes : ['default' => true];
}

}
2 changes: 1 addition & 1 deletion src/Traits/WithSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ trait WithSearch
public ?int $searchFilterThrottle = null;

public ?string $searchPlaceholder = null;

protected array $searchFieldAttributes = [];

// TODO
Expand Down
1 change: 0 additions & 1 deletion tests/Traits/Configuration/SearchConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,4 @@ public function can_set_search_field_attributes(): void
$this->assertSame(['class' => 'bg-blue', 'style' => 'font-size: 3em;'], $this->basicTable->getSearchFieldAttributes());

}

}

0 comments on commit c10d3bb

Please sign in to comment.