Skip to content

Commit

Permalink
fix(form): don't set default name to new targets
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 18, 2022
1 parent a99f541 commit 4fe174f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,6 @@ public function showAddTargetForm() {
echo Html::input('name', [
'id' => 'name',
'autofocus' => '',
'value' => $this->fields['name'],
'required' => 'required',
]);
echo '</td>';
Expand Down

0 comments on commit 4fe174f

Please sign in to comment.