Skip to content

Commit 6bc2a6a

Browse files
committed
fixed issue: #26
1 parent 35cc723 commit 6bc2a6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/js/field.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/components/FormField.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default {
9494
},
9595
9696
componentIsDependency(component) {
97-
if (component.field === undefined) {
97+
if (!component.field) {
9898
return false;
9999
}
100100

0 commit comments

Comments
 (0)