Skip to content

Commit

Permalink
Make the short visible disabled by default as most of the custom fiel…
Browse files Browse the repository at this point in the history
…ds shouldn't be on the short form

Otherwise it will be a long form
  • Loading branch information
escopecz committed Oct 17, 2024
1 parent 3529c46 commit 70bd32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bundles/LeadBundle/Entity/LeadField.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class LeadField extends FormEntity implements CacheInvalidateInterface
/**
* @var bool
*/
private $isShortVisible = true;
private $isShortVisible = false;

/**
* @var bool
Expand Down

0 comments on commit 70bd32a

Please sign in to comment.