Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Roene-JustBetter committed Aug 1, 2024
1 parent e9135f7 commit 3546867
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/views/product/partials/options/field.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<label>
<x-rapidez::input.label>
{{ $option->title }} {{ $option->price_label }}
</x-rapidez::input.label>
<x-rapidez::input.label>{{ $option->title }} {{ $option->price_label }}</x-rapidez::input.label>
<x-rapidez::input
:required="$option->is_require"
:maxlength="$option->max_characters ?: false"
Expand Down

0 comments on commit 3546867

Please sign in to comment.