Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Jan 13, 2024
1 parent e0c989f commit 5986098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filter/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function getFormOptions(): array
{
return [
'form_type' => $this->config->getFormType(),
'form_options' => $this->config->getFormOptions(),
'form_options' => $this->config->getFormOptions() + ['required' => false],
'operator_form_type' => $this->config->getOperatorFormType(),
'operator_form_options' => $this->config->getOperatorFormOptions(),
'default_operator' => $this->config->getDefaultOperator(),
Expand Down

0 comments on commit 5986098

Please sign in to comment.