Skip to content

Commit

Permalink
Fix diagnostic message
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Mar 22, 2022
1 parent c394019 commit 4913187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/utils/src/schema.js
Expand Up @@ -406,7 +406,7 @@ validateSchema.diagnostic = function (
!data
) {
throw new Error(
'At least one of data.source and data.source must be defined!',
'At least one of data.source and data.data must be defined!',
);
}
let object = data.map
Expand Down

0 comments on commit 4913187

Please sign in to comment.