Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
Fix radio warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
uttkarsh@axelerant.com committed Mar 28, 2019
1 parent 3b78226 commit 7aa3321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Element/Registrants.php
Expand Up @@ -186,7 +186,7 @@ public static function processIdentityElement(array &$element, FormStateInterfac
$element['for_arity'] = [
'#type' => 'radios',
'#title' => t('This registration is for'),
'#options' => NULL,
'#options' => [],
'#access' => $for_arity_any_arity && $change_it,
'#attributes' => [
'class' => ['for_arity'],
Expand Down

0 comments on commit 7aa3321

Please sign in to comment.