Skip to content

Commit

Permalink
Fix fieldset editing. Closes statamic#1399
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Feb 18, 2020
1 parent 9259e21 commit 2659fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/fieldsets/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
action="{{ cp_route('fieldsets.update', $fieldset->handle()) }}"
:initial-fieldset="{{ json_encode([
'title' => $fieldset->title(),
'fields' => $fieldset->fields()->values()
'fields' => $fieldset->fields()->all()->values()
]) }}"
></fieldset-edit-form>

Expand Down

0 comments on commit 2659fd1

Please sign in to comment.