Skip to content

Commit

Permalink
Update src/Form/Type/SearchFacetsType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe authored Aug 8, 2024
1 parent 8f7aafc commit 277e610
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Form/Type/SearchFacetsType.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
foreach ($facetData['buckets'] as $bucket) {
$choices[$facet->getBucketLabel($bucket)] = $bucket['key'];
}
// Assert::notEmpty($choices);
if ([] !== $choices) {
$builder
->add(
Expand Down

0 comments on commit 277e610

Please sign in to comment.