Skip to content

Commit

Permalink
Update Manager/FormManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed May 28, 2024
1 parent bdfbcef commit 6325309
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Manager/FormManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,6 @@ protected function updateFields(array $data, Form $form, string $locale): void
}
}

exit;

// Remove Fields
foreach ($form->getFieldsNotInArray($reservedKeys) as $deletedField) {
$form->removeField($deletedField);
Expand Down

0 comments on commit 6325309

Please # to comment.