Ver Fonte

Bugfix: use attribute at forms

andre há 2 anos atrás
pai
commit
e73e88cb93
1 ficheiros alterados com 0 adições e 2 exclusões
  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('state'), new Text('county')]);
 
 
-        $this->generateDoubleSection([new Text('description'), new Text('state')]);
-
     }
     }
 }
 }