Skip to content

Commit

Permalink
Fixed issue #36 (The "help" text does not render)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongulov committed Sep 18, 2023
1 parent a54c963 commit adaa4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
:resource="resource"
:field="fieldDefaultValue(component)"
:errors="errors"
:show-help-text="showHelpText"
:via-resource="viaResource"
:via-resource-id="viaResourceId"
:via-relationship="viaRelationship"
Expand Down

0 comments on commit adaa4f2

Please sign in to comment.