Skip to content

Commit

Permalink
[4.x] Fix prop type warning in validation builder (#9665)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Mar 4, 2024
1 parent bb7cdec commit 28f3f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/field-validation/Builder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<sortable-list
item-class="sortable-item"
handle-class="sortable-item"
distance="5"
:distance="5"
:mirror="false"
v-model="rules"
>
Expand Down

0 comments on commit 28f3f2f

Please sign in to comment.