Skip to content

Commit

Permalink
Remove duplicate element
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Nov 13, 2024
1 parent 5c179cc commit f93cd07
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
<div class="fieldset-field">
<label for="<?= $field ?>"><?= $label ?></label>
<?= $isRequiredFromValidationRule ? $this->element('form/requiredSpan') : ''?>
<div class="input text">
<?= $this->Field->formField(...$formArguments) ?>
</div>
<?= $this->Field->formField(...$formArguments) ?>
</div>


0 comments on commit f93cd07

Please sign in to comment.