Skip to content

Commit 4fe174f

Browse files
committed
fix(form): don't set default name to new targets
1 parent a99f541 commit 4fe174f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/form.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,6 @@ public function showAddTargetForm() {
20592059
echo Html::input('name', [
20602060
'id' => 'name',
20612061
'autofocus' => '',
2062-
'value' => $this->fields['name'],
20632062
'required' => 'required',
20642063
]);
20652064
echo '</td>';

0 commit comments

Comments
 (0)