Skip to content

Commit

Permalink
Merge pull request #946 from colemanw/number-of-contacts-50
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinG authored Feb 18, 2024
2 parents 99b8cbf + e5cdb10 commit 61088da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdminForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ private function buildFormIntro() {
'#type' => 'select',
'#title' => t('Number of Contacts'),
'#default_value' => count($this->data['contact']),
'#options' => array_combine(range(1, 40), range(1, 40)),
'#options' => array_combine(range(1, 50), range(1, 50)),
];
$this->form['change_form_settings'] = [
'#type' => 'button',
Expand Down

0 comments on commit 61088da

Please sign in to comment.