Skip to content

Commit 1ce93f1

Browse files
committed
Merge remote-tracking branch 'origin/KCI-87' into KCI-87
2 parents 20dbe5b + 687da2a commit 1ce93f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/templates/Default/src/components/BaseForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: 'Form',
66
props: {
77
errors: {
8-
default: () => ({}),
8+
default: () => {},
99
type: Object,
1010
},
1111
},

0 commit comments

Comments
 (0)