From 5a67cd8fceee8a979084c8c1b060861709356911 Mon Sep 17 00:00:00 2001 From: Rene Date: Thu, 15 Jun 2023 17:49:54 +0200 Subject: [PATCH] style: formatting --- src/Services/Editor/FieldsProperties.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Editor/FieldsProperties.php b/src/Services/Editor/FieldsProperties.php index eedf0aea..3bd1203d 100644 --- a/src/Services/Editor/FieldsProperties.php +++ b/src/Services/Editor/FieldsProperties.php @@ -150,7 +150,7 @@ private function addLayoutFields(array $properties, LayoutForm &$form) // $checkboxField->setValue(true); // } else { $checkboxField->setValue(false); - // } + // } } else { $checkboxField->setValue($value ?? false); }