Skip to content

Commit 4630485

Browse files
author
Philipp
committed
Did an opsie
1 parent b45c3fb commit 4630485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vee-validate-laravel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function loopThroughErrors(data) {
4949
messages[key] = data.errors[key].join(', ');
5050

5151
this.$validator.errors.add({
52-
field,
52+
key,
5353
msg: messages[key],
5454
});
5555
});

0 commit comments

Comments
 (0)