Skip to content

Commit

Permalink
Merge branch 'hotfix/fix-ff-data-array'
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocfe committed Jan 18, 2024
2 parents 399aca4 + 1c52467 commit 9f49172
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.1.2

### Fixed

- Filter form data array.

## 3.1.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Concerns/CanFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait CanFilter

public ?string $filter = null;

public array $filterFormData = [];
public ?array $filterFormData = [];

public bool $dropdownOpen = false;

Expand Down

0 comments on commit 9f49172

Please sign in to comment.