Skip to content
Snippets Groups Projects
Commit 3a23c1d9 authored by Marcus Johansson's avatar Marcus Johansson
Browse files

Issue #3454493 by sahaj, Marcus_Johansson: An invalid form control with...

Issue #3454493 by sahaj, Marcus_Johansson: An invalid form control with name='interpolator_entity_reference_bundle' is not focusable.
parent 271c03b9
No related branches found
No related tags found
No related merge requests found
Pipeline #206692 failed
......@@ -73,7 +73,6 @@ abstract class EntityReference extends RuleBase {
'#type' => 'select',
'#title' => t('Bundle'),
'#options' => $options,
'#required' => TRUE,
'#description' => 'Select the bundle to use to create the entity reference.',
'#weight' => 20,
'#default_value' => $chosenBundle,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment