Skip to content
Snippets Groups Projects
Commit fb65cd2b authored by Jess's avatar Jess
Browse files

Issue #2806179 by androiditya, amit.drupal, tstoeckler, lomasr, markdorison:...

Issue #2806179 by androiditya, amit.drupal, tstoeckler, lomasr, markdorison: Remove dead code with #collapsed Form API property
parent a7c5f100
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,6 @@ public function buildForm(array $form, FormStateInterface $form_state) {
$form['content_options'] = array(
'#type' => 'details',
'#title' => $this->t('Export options'),
'#collapsed' => TRUE,
'#tree' => TRUE,
'#states' => array(
'invisible' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment