Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
add action to list group item
Browse files Browse the repository at this point in the history
  • Loading branch information
kdion4891 committed Mar 4, 2020
1 parent 48c34ea commit 1dd0b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/fields/array.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@if(isset($form_data[$field->name]) && $form_data[$field->name])
<ul class="list-group mb-2">
@foreach($form_data[$field->name] as $key => $value)
<div class="list-group-item p-2">
<div class="list-group-item list-group-item-action p-2">
<div class="form-row">
@foreach($field->array_fields as $array_field)
@include('laravel-livewire-forms::array-fields.' . $array_field->type)
Expand Down

0 comments on commit 1dd0b4d

Please sign in to comment.