Просмотр исходного кода

Bugfix: use attribute at forms

andre 2 лет назад
Родитель
Сommit
e73e88cb93
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      app/UI/Client/Ressource/Sections/AdditionalSection.php

+ 0 - 2
app/UI/Client/Ressource/Sections/AdditionalSection.php

@@ -39,7 +39,5 @@ class AdditionalSection extends FreeFieldsSection
 
         $this->generateDoubleSection([new Text('state'), new Text('county')]);
 
-        $this->generateDoubleSection([new Text('description'), new Text('state')]);
-
     }
 }