Skip to content

Commit

Permalink
Remove copy&paste extraneous select
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jun 7, 2022
1 parent 7eebbda commit f22d853
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CRM/Activity/Import/Form/MapField.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,7 @@ public function buildQuickForm() {
}
}

$sel->setOptions([
$sel1,
['' => NULL],
]);
$sel->setOptions([$sel1]);
}
$js .= "</script>\n";
$this->assign('initHideBoxes', $js);
Expand Down

0 comments on commit f22d853

Please sign in to comment.