Skip to content

Commit

Permalink
Update nested-fields.blade.php (#759)
Browse files Browse the repository at this point in the history
Added missing field. Solves #758
  • Loading branch information
RobinJespersen authored Nov 5, 2023
1 parent 26a70c2 commit 90d86bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/components/nested-fields.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'required' => $field['required'] ?? false,
'description' => $field['description'] ?? '',
'example' => $field['example'] ?? '',
'enumValues' => $field['enumValues'] ?? null,
'endpointId' => $endpointId,
'hasChildren' => true,
'component' => 'body',
Expand Down

0 comments on commit 90d86bc

Please sign in to comment.