Skip to content

Commit

Permalink
fix repeatable initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Jul 20, 2020
1 parent c716f9d commit 6243722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/crud/fields/repeatable.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function newRepeatableElement(container, field_group, values) {
}
container.append(new_field_group);
initializeFieldsWithJavascript(container);
initializeFieldsWithJavascript(new_field_group);
}
</script>
@endpush
Expand Down

0 comments on commit 6243722

Please # to comment.