diff --git a/src/resources/views/fields/timeRangeValue.blade.php b/src/resources/views/fields/timeRangeValue.blade.php index 68883c02..ac0d4094 100644 --- a/src/resources/views/fields/timeRangeValue.blade.php +++ b/src/resources/views/fields/timeRangeValue.blade.php @@ -28,10 +28,10 @@
- iteration.'][start]'}}' value='{{$v->start}}' name='{{$field.'['.$loop->iteration.'][end]'}}' placeholder='start' style='width:132px'> + iteration.'][start]'}}' value='{{$v->start}}' name='{{$field.'['.$loop->iteration.'][start]'}}' placeholder='start' style='width:132px'>
- iteration.'][end]'}}' value='{{$v->end}}' name='{{$field.'['.$loop->iteration.'][start]'}}' placeholder='end' style='width:132px'> + iteration.'][end]'}}' value='{{$v->end}}' name='{{$field.'['.$loop->iteration.'][end]'}}' placeholder='end' style='width:132px'>
@if(! $keyValueField->valueOptions)