Submissions table improvements (#203)
* Submissions table improvements * expoert csv fixes --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -96,7 +96,7 @@ class FormSubmissionFormatter
|
||||
|
||||
// If hide hidden fields
|
||||
if (!$this->showHiddenFields) {
|
||||
if (FormLogicPropertyResolver::isHidden($field, $this->idFormData)) {
|
||||
if (FormLogicPropertyResolver::isHidden($field, $this->idFormData ?? [])) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user