Skip to content

Commit 696c882

Browse files
committed
build
1 parent f9d2e55 commit 696c882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/schema-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ angular.module('schemaForm').provider('sfErrorMessage', function() {
833833
var defaultMessages = {
834834
'default': 'Field does not validate',
835835
0: 'Invalid type, expected {{schema.type}}',
836-
1: 'No enum match for: {{value}}',
836+
1: 'No enum match for: {{viewValue}}',
837837
10: 'Data does not match any schemas from "anyOf"',
838838
11: 'Data does not match any schemas from "oneOf"',
839839
12: 'Data is valid against more than one schema from "oneOf"',

0 commit comments

Comments
 (0)