Skip to content
Snippets Groups Projects
Commit 00a25488 authored by Klaas Eikelboom's avatar Klaas Eikelboom
Browse files

Fix Type Error when a filter has an empty description.

parent d102842d
No related branches found
No related tags found
No related merge requests found
# Version 1.78 (not yet released)
* Fix Type Error when a filter has an empty description.
# Version 1.77
* Fix issue with Contact Data Sources in a join.
......
......@@ -96,7 +96,7 @@ class FilterCollection {
$this->isCollapsed = $isCollapsed;
}
public function getDescription(): string {
public function getDescription(): ?string {
return $this->description;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment