Skip to content

Commit

Permalink
Continue dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Jul 25, 2024
1 parent 1e88223 commit 599060a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/src/Form/ItemStubForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function init()
'type' => 'fieldset',
'name' => 'fieldset-main',
'attributes' => [
'id' => 'item-stub-fieldset-main'
'id' => 'item-stub-fieldset-main',
],
]);
$fieldsetMain = $this->get('fieldset-main');
Expand Down Expand Up @@ -83,7 +83,7 @@ public function init()
'type' => 'fieldset',
'name' => 'fieldset-property-values',
'attributes' => [
'id' => 'item-stub-property-values'
'id' => 'item-stub-property-values',
],
]);
$this->add([
Expand Down

0 comments on commit 599060a

Please sign in to comment.